ESlint no-useless-escape, no-else-return

This commit is contained in:
Peter Jaszkowiak
2017-02-18 14:27:26 -07:00
parent 11cb3a9554
commit 09e868ce5f
27 changed files with 86 additions and 118 deletions

View File

@@ -132,9 +132,8 @@ var opts = {
*/
if (meta.config.loggerStatus > 0) {
return opts.express.ofn(req, res, next);
} else {
return next();
}
return next();
};
Logger.prepare_io_string = function (_type, _uid, _args) {