From 55afd8518cddaa6f6437206abd4baea25a6f8588 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Wed, 29 Apr 2015 20:55:47 -0400 Subject: [PATCH] Add missing semi-colon --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 3f9c07d38b..397bc22c34 100755 --- a/app.js +++ b/app.js @@ -414,7 +414,7 @@ app.get('/api/slack', function(req, res) { }); return res.redirect('back'); } - }) + }); } else { req.flash('notice', { msg: "Before we can send your Slack invite, we need your email address. Please update your profile information here."