From f11770a586f9b91bc75597a496c21a225dc27535 Mon Sep 17 00:00:00 2001 From: Ross Brodbeck Date: Wed, 15 Apr 2020 08:40:28 -0400 Subject: [PATCH] Pack for distribution --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index 2daad761..6589f0d0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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) {