diff --git a/src/services/api/withRetry.ts b/src/services/api/withRetry.ts index 5ec9ad0..0789d56 100644 --- a/src/services/api/withRetry.ts +++ b/src/services/api/withRetry.ts @@ -820,3 +820,4 @@ function getRateLimitResetDelayMs(error: APIError): number | null { if (delayMs <= 0) return null return Math.min(delayMs, PERSISTENT_RESET_CAP_MS) } +