ESlint no-useless-return

This commit is contained in:
Peter Jaszkowiak
2017-02-17 22:13:41 -07:00
parent 879470f417
commit 3d6bfa47c5
5 changed files with 5 additions and 5 deletions

View File

@@ -414,7 +414,7 @@ Controllers.handleURIErrors = function (err, req, res, next) {
}
}
return;
} else {
next(err);
}