Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj authored Aug 2, 2024
1 parent e119fd0 commit 5ae9408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class GithubUser {
retryCount++;
}
} while (response.status === 202 && retryCount < 10); // Retry up to 10 times for "202"
octokit.log.warn("✅ response.headers:", response.headers)
// octokit.log.info("✅ response.headers:", response.headers)
return response; // Return the final response (200 or failed)
});

Expand Down

0 comments on commit 5ae9408

Please sign in to comment.