From 720c69bd033023fe15f1289a264faf7863f247c9 Mon Sep 17 00:00:00 2001 From: Thibault Sottiaux Date: Mon, 20 Oct 2025 11:58:05 -0700 Subject: [PATCH] Update protocol.rs --- codex-rs/protocol/src/protocol.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/protocol/src/protocol.rs b/codex-rs/protocol/src/protocol.rs index 7fc9a1ccdb..2fe479e198 100644 --- a/codex-rs/protocol/src/protocol.rs +++ b/codex-rs/protocol/src/protocol.rs @@ -657,7 +657,7 @@ pub struct RateLimitWindow { pub used_percent: f64, /// Rolling window duration, in minutes. #[ts(type = "number | null")] - pub window_minutes: Option, + pub window_minutes: Option, /// Timestamp (Unix seconds) when the window resets. #[ts(type = "number | null")] pub resets_at: Option,