Skip to content

Commit

Permalink
fix: one less return, to appease codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Aug 21, 2020
1 parent 03bd76d commit ae68a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/admin.js
Expand Up @@ -130,6 +130,6 @@ module.exports = function (middleware) {
}
}

return next();
next();
};
};

0 comments on commit ae68a25

Please sign in to comment.