Skip to content

Commit

Permalink
fix: improve options type
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Nov 7, 2023
1 parent 973e3e9 commit 44d3def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Bottleneck from "bottleneck";

type LimitHandler = (
retryAfter: number,
options: Record<string, unknown>,
options: Required<EndpointDefaults>,
octokit: Octokit,
retryCount: number,
) => void;
Expand Down

0 comments on commit 44d3def

Please sign in to comment.