Skip to content

Commit

Permalink
fix(types): remove unnecessary //@ts-expect-error in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Mar 13, 2022
1 parent c1d9386 commit 8d61b72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export function throttling(octokit: Octokit, octokitOptions: OctokitOptions) {

if (wantRetry) {
options.request.retryCount++;
// @ts-expect-error
return retryAfter * state.retryAfterBaseValue;
}
});
Expand Down

0 comments on commit 8d61b72

Please sign in to comment.