Simplification 3

This commit is contained in:
jif-oai
2025-11-12 16:18:24 +00:00
parent 166ca2fce7
commit 001ed59f5c
6 changed files with 270 additions and 397 deletions

View File

@@ -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()
{