Pack for distribution

This commit is contained in:
Ross Brodbeck 2020-04-15 08:40:28 -04:00
parent 89d925e4d0
commit f11770a586

1
dist/index.js vendored
View File

@ -8450,6 +8450,7 @@ class IssueProcessor {
constructor(options) {
this.operationsLeft = 0;
this.options = options;
this.operationsLeft = options.operationsPerRun;
this.client = new github.GitHub(options.repoToken);
}
processIssues(page = 1) {