fix style

v1.18.x
barisusakli 8 years ago
parent b16671caa5
commit a995afbfe0

@ -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);
}

Loading…
Cancel
Save