diff --git a/src/middleware/user.js b/src/middleware/user.js index 02e440914e..9f8a61401c 100644 --- a/src/middleware/user.js +++ b/src/middleware/user.js @@ -35,7 +35,7 @@ module.exports = function (middleware) { user.isAdminOrGlobalMod(req.uid, next); }, - function(allowed, next) { + function (allowed, next) { if (allowed) { return next(null, allowed); }