mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
core: fix compact task rebase syntax regression
This commit is contained in:
@@ -40,9 +40,6 @@ impl SessionTask for CompactTask {
|
||||
&[("type", "local")],
|
||||
);
|
||||
crate::compact::run_compact_task(session.clone(), ctx, input).await
|
||||
}
|
||||
|
||||
TaskRunOutput::default()
|
||||
};
|
||||
|
||||
TaskRunOutput::default()
|
||||
|
||||
Reference in New Issue
Block a user