Skip to content

Commit eb683c2

Browse files
committed
fix: ignore ts errors
1 parent 95220f3 commit eb683c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/octokit.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ export const Octokit = OctokitCore.plugin(
2323
).defaults({
2424
userAgent: `octokit.js/${VERSION}`,
2525
throttle: {
26+
// @ts-expect-error There are type errors due to updated dependencies
2627
onRateLimit,
28+
// @ts-expect-error There are type errors due to updated dependencies
2729
onSecondaryRateLimit,
2830
},
2931
});

0 commit comments

Comments
 (0)