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 622aee2
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 @@ -32,6 +32,11 @@ async function run() {
}
}

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

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

0 comments on commit 622aee2

Please sign in to comment.