mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
ESlint no-useless-return
This commit is contained in:
@@ -414,7 +414,7 @@ Controllers.handleURIErrors = function (err, req, res, next) {
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
} else {
|
||||
next(err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user