Skip to content

Commit

Permalink
Revert change removing commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljseay committed Jan 12, 2023
1 parent 7ddcf09 commit d8b18aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ async function run() {
throw new Error(`⚠️ There were unmatched files`);
}
}

// const oktokit = GitHub.plugin(
// require("@octokit/plugin-throttling"),
// require("@octokit/plugin-retry")
// );

const gh = getOctokit(config.github_token, {
//new oktokit(
Expand Down

0 comments on commit d8b18aa

Please sign in to comment.