Skip to content

Commit

Permalink
Update packages/api-client/src/http/HttpClient.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Przemysław Jóźwik <[email protected]>
  • Loading branch information
thisisamir98 and przemvs authored Oct 10, 2024
1 parent 8d981a1 commit 8e2d8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-client/src/http/HttpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ type SendRequest = {
config['axios-retry'] = {
retries: 0,
};
return this._sendRequest<T>(config, false, abortController);
return this._sendRequest<T>({config, isFirstTry: false, abortController});
};

const hasAccessToken = !!this.accessTokenStore?.accessToken;
Expand Down

0 comments on commit 8e2d8c4

Please sign in to comment.