We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95220f3 commit eb683c2Copy full SHA for eb683c2
src/octokit.ts
@@ -23,7 +23,9 @@ export const Octokit = OctokitCore.plugin(
23
).defaults({
24
userAgent: `octokit.js/${VERSION}`,
25
throttle: {
26
+ // @ts-expect-error There are type errors due to updated dependencies
27
onRateLimit,
28
29
onSecondaryRateLimit,
30
},
31
});
0 commit comments