diff --git a/src/api-client.ts b/src/api-client.ts index 0ed6c3d68..458323a57 100644 --- a/src/api-client.ts +++ b/src/api-client.ts @@ -34,7 +34,7 @@ export const getApiClient = function ( throw new Error("Invalid API call in local run"); } const customOctokit = githubUtils.GitHub.plugin(retry.retry, (octokit, _) => { - octokit.hook.after("request", (response: OctokitResponse, _) => { + octokit.hook.after("request", (response: OctokitResponse, __) => { if (response.status < 400 && !possibleFailureExpected) { if (hasBeenWarnedAboutVersion) { return;