From 89e4a67e95f421c14dba8005789ae56a6120b7e4 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sat, 4 Oct 2014 18:50:03 -0400 Subject: [PATCH] linting --- src/routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.js b/src/routes/index.js index b0ae2b4c2c..6e230d8830 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -172,7 +172,7 @@ function handleErrors(err, req, res, next) { req.flash('errorMessage', err.message); - res.redirect(nconf.get('relative_path') + '/500') + res.redirect(nconf.get('relative_path') + '/500'); } function catch404(req, res, next) {