Skip to content

Commit 622aee2

Browse files
committed
Revert change removing commented code.
1 parent 7ddcf09 commit 622aee2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main.ts

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ async function run() {
3232
}
3333
}
3434

35+
// const oktokit = GitHub.plugin(
36+
// require("@octokit/plugin-throttling"),
37+
// require("@octokit/plugin-retry")
38+
// );
39+
3540
const gh = getOctokit(config.github_token, {
3641
//new oktokit(
3742
throttle: {

0 commit comments

Comments
 (0)