feat: retry

This commit is contained in:
Nevo David 2025-08-14 12:07:07 +07:00
parent 3a5e0b1472
commit 5115d812e5
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ export abstract class SocialAbstract {
return this.fetch(url, options, identifier, totalRetries + 1, ignoreConcurrency);
}
if (
request.status === 401 &&
(handleError?.type === 'refresh-token' || !handleError)