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 {
KTLG app received an error on Github close even though the close was processed