rate-limit-error

This commit is contained in:
Ahmed Ibrahim
2025-09-23 21:39:13 -07:00
parent 25c16af3e9
commit c2a1d81fc9

View File

@@ -66,7 +66,6 @@ struct Error {
// Optional fields available on "usage_limit_reached" and "usage_not_included" errors
plan_type: Option<PlanType>,
resets_in_seconds: Option<u64>,
}
#[derive(Debug, Clone)]