mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
ESlint keyword-spacing, no-multi-spaces
This commit is contained in:
@@ -68,7 +68,7 @@ module.exports = function (Posts) {
|
||||
|
||||
content = content.slice(0, current.index + 6) + absolute + content.slice(current.index + 6 + current[1].length);
|
||||
}
|
||||
} catch(err) {
|
||||
} catch (err) {
|
||||
winston.verbose(err.messsage);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user