From 2abb1097e31d07ae2c854a2e0858029ccb9d492c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 26 Dec 2016 11:54:52 +0200 Subject: [PATCH] chore(auth) rm " " --- server/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/auth.js b/server/auth.js index b1376896..18943e92 100644 --- a/server/auth.js +++ b/server/auth.js @@ -19,7 +19,7 @@ function middle(authentication) { if (!is) return next(); - + const success = () => next(/* success */); authentication.check(req, res, success); };