mirror of
https://github.com/openai/codex.git
synced 2026-05-18 02:02:30 +00:00
codex: fix CI failure on PR #20175
This commit is contained in:
@@ -988,8 +988,7 @@ impl App {
|
||||
/*service_tier*/ None,
|
||||
/*collaboration_mode*/ None,
|
||||
/*personality*/ None,
|
||||
)
|
||||
.into(),
|
||||
),
|
||||
));
|
||||
self.app_event_tx.send(
|
||||
AppEvent::OpenWorldWritableWarningConfirmation {
|
||||
@@ -1014,8 +1013,7 @@ impl App {
|
||||
/*service_tier*/ None,
|
||||
/*collaboration_mode*/ None,
|
||||
/*personality*/ None,
|
||||
)
|
||||
.into(),
|
||||
),
|
||||
));
|
||||
self.app_event_tx.send(AppEvent::UpdateAskForApprovalPolicy(
|
||||
AskForApproval::from(preset.approval),
|
||||
|
||||
Reference in New Issue
Block a user