mirror of
https://github.com/openai/codex.git
synced 2026-09-06 15:29:32 +00:00
fix: annotate queued turn offset literal
This commit is contained in:
@@ -65,7 +65,11 @@ RETURNING
|
||||
&self,
|
||||
thread_id: ThreadId,
|
||||
) -> anyhow::Result<Vec<crate::ThreadQueuedTurn>> {
|
||||
self.list_visible_thread_queued_turns_page(thread_id, 0, i64::MAX as usize)
|
||||
self.list_visible_thread_queued_turns_page(
|
||||
thread_id,
|
||||
/*offset*/ 0,
|
||||
i64::MAX as usize,
|
||||
)
|
||||
.await
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user