Pack for distribution
This commit is contained in:
parent
89d925e4d0
commit
f11770a586
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user