chore(auth) rm " "

This commit is contained in:
coderaiser 2016-12-26 11:54:52 +02:00
parent 05fea68f82
commit 2abb1097e3

View file

@ -19,7 +19,7 @@ function middle(authentication) {
if (!is)
return next();
const success = () => next(/* success */);
authentication.check(req, res, success);
};