mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -42,7 +42,7 @@ sessionController.revoke = function (req, res, next) {
|
||||
}
|
||||
|
||||
user.auth.revokeSession(_id, uid, next);
|
||||
}
|
||||
},
|
||||
], function (err) {
|
||||
if (err) {
|
||||
return res.status(500).send(err.message);
|
||||
|
||||
Reference in New Issue
Block a user