Skip to content

Commit 5115d81

Browse files
committed
feat: retry
1 parent 3a5e0b1 commit 5115d81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/nestjs-libraries/src/integrations/social.abstract.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export abstract class SocialAbstract {
119119
return this.fetch(url, options, identifier, totalRetries + 1, ignoreConcurrency);
120120
}
121121

122-
123122
if (
124123
request.status === 401 &&
125124
(handleError?.type === 'refresh-token' || !handleError)

0 commit comments

Comments
 (0)