mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-04 13:37:38 +02: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