Skip to content

Commit d8b18aa

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

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
@@ -31,6 +31,11 @@ async function run() {
3131
throw new Error(`⚠️ There were unmatched files`);
3232
}
3333
}
34+
35+
// const oktokit = GitHub.plugin(
36+
// require("@octokit/plugin-throttling"),
37+
// require("@octokit/plugin-retry")
38+
// );
3439

3540
const gh = getOctokit(config.github_token, {
3641
//new oktokit(

0 commit comments

Comments
 (0)