mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00:00
fix
This commit is contained in:
@@ -7114,7 +7114,7 @@ impl ChatWidget {
|
||||
}
|
||||
if let Some(request_id) = metadata_request_id {
|
||||
self.loading_status_metadata_outputs
|
||||
.push((request_id, handle.clone()));
|
||||
.push((request_id, handle));
|
||||
}
|
||||
if loading_account_metadata {
|
||||
self.flush_answer_stream_with_separator();
|
||||
|
||||
Reference in New Issue
Block a user