Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from JupiterOne/INT-10711-3
Browse files Browse the repository at this point in the history
INT-10711: update logger
  • Loading branch information
gastonyelmini authored Apr 10, 2024
2 parents f586b05 + 2329942 commit d124aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapWithRetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const wrapWithRetry = <F extends () => Promise<any>>({
endpoint: API_ENDPOINT,
});
} else {
if (retryCounter === maxRetries) {
if (retryCounter === 2) {
logger.info(
{
error,
Expand Down

0 comments on commit d124aff

Please sign in to comment.