mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
Simplification 3
This commit is contained in:
@@ -125,7 +125,7 @@ impl ResponsesApiClient {
|
||||
);
|
||||
if let Some(snapshot) = snapshot
|
||||
&& tx_event
|
||||
.send(Ok(crate::stream::WireEvent::RateLimits(snapshot.into())))
|
||||
.send(Ok(crate::stream::WireEvent::RateLimits(snapshot)))
|
||||
.await
|
||||
.is_err()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user