Add missing semi-colon

This commit is contained in:
terakilobyte
2015-04-29 20:55:47 -04:00
parent 1e21d5d7aa
commit 55afd8518c

2
app.js
View File

@ -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."