mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
linting
This commit is contained in:
@@ -172,7 +172,7 @@ function handleErrors(err, req, res, next) {
|
||||
|
||||
req.flash('errorMessage', err.message);
|
||||
|
||||
res.redirect(nconf.get('relative_path') + '/500')
|
||||
res.redirect(nconf.get('relative_path') + '/500');
|
||||
}
|
||||
|
||||
function catch404(req, res, next) {
|
||||
|
||||
Reference in New Issue
Block a user