Add missing semi-colon
This commit is contained in:
2
app.js
2
app.js
@ -414,7 +414,7 @@ app.get('/api/slack', function(req, res) {
|
|||||||
});
|
});
|
||||||
return res.redirect('back');
|
return res.redirect('back');
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
} else {
|
} else {
|
||||||
req.flash('notice', {
|
req.flash('notice', {
|
||||||
msg: "Before we can send your Slack invite, we need your email address. Please update your profile information here."
|
msg: "Before we can send your Slack invite, we need your email address. Please update your profile information here."
|
||||||
|
Reference in New Issue
Block a user