Skip to content

Commit 09c6be8

Browse files
committed
Fix AppOctokit using retry plugin as RetryOptions
1 parent fce753a commit 09c6be8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

extensions/ql-vscode/src/common/octokit.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ export const AppOctokit = Octokit.defaults({
99
fetch: (input: string | URL | Request, init?: RequestInit) =>
1010
fetch(input, init),
1111
},
12-
retry,
13-
});
12+
}).plugin(retry);

0 commit comments

Comments
 (0)