nudge-update

This commit is contained in:
Ahmed Ibrahim
2025-12-15 10:39:29 -08:00
parent 6b2d26fbbd
commit 61b0ad6c45

View File

@@ -310,7 +310,7 @@ impl Codex {
let event = Event {
id: session
.next_internal_sub_id
.fetch_add(1, Ordering::SeqCst)
.load(std::sync::atomic::Ordering::SeqCst)
.to_string(),
msg: remote_models_error,
};