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.
AppOctokit
retry
RetryOptions
1 parent fce753a commit 09c6be8Copy full SHA for 09c6be8
1 file changed
extensions/ql-vscode/src/common/octokit.ts
@@ -9,5 +9,4 @@ export const AppOctokit = Octokit.defaults({
9
fetch: (input: string | URL | Request, init?: RequestInit) =>
10
fetch(input, init),
11
},
12
- retry,
13
-});
+}).plugin(retry);
0 commit comments