gs-gs / ktlg

0 stars 0 forks source link

Receiving Github error on Close replication #13

Closed ken9ross closed 5 years ago

ken9ross commented 6 years ago

KTLG app received an error on Github close even though the close was processed

/app/components/routes/github_closure.js in null.<anonymous> at line 32:26

            // Process the closure
            debug("req.body",JSON.stringify(req.body));

            CloseSlack(req.body.issue,function(err,data) {
               if (err) {
                  console.error("githubClosure","FindSlackThreads",err);
                  Sentry.captureException(err);
               }
            });
         } else {
ken9ross commented 6 years ago

Haven't been able to reproduce

ken9ross commented 5 years ago

Closing as not reproducible