Skip to content

Commit

Permalink
Change function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
DonOmalVindula committed Mar 10, 2023
1 parent 0473725 commit cdf5c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/helpers/authentication-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export class AuthenticationHelper<
}
}

retryFailedRequests = async (failedRequest: HttpRequestInterface): Promise<HttpResponse> => {
protected async retryFailedRequests (failedRequest: HttpRequestInterface): Promise<HttpResponse> {
if (this._isTokenRefreshing) {
return new Promise(() => setTimeout(() => {
return this.retryFailedRequests(failedRequest);
Expand Down

0 comments on commit cdf5c88

Please sign in to comment.