From b09f75df14ef96ad74caa9f6fae4cc7b04f0f4c2 Mon Sep 17 00:00:00 2001 From: kongmoumou <35442047+kongmoumou@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:27:00 +0800 Subject: [PATCH] chore: remove extra space --- src/fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fetch.ts b/src/fetch.ts index deb9d40..ef80bce 100644 --- a/src/fetch.ts +++ b/src/fetch.ts @@ -24,7 +24,7 @@ const retryStatusCodes = new Set([ 500, // Internal Server Error 502, // Bad Gateway 503, // Service Unavailable - 504, // Gateway Timeout + 504, // Gateway Timeout ]); // https://developer.mozilla.org/en-US/docs/Web/API/Response/body