white text
All checks were successful
deploy / deploy (push) Successful in 55s

This commit is contained in:
Lee
2023-10-27 22:49:12 +01:00
parent 679b5e73bb
commit 7408136a6d
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,6 @@ export class FetchQueue {
}
const response = await fetch(url, options);
if (response.status === 429) {
const hasRetryAfterHeader = response.headers.has("retry-after");
let retryAfter = hasRetryAfterHeader