mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 02:36:16 +01:00
fix lint and tests
This commit is contained in:
@@ -215,7 +215,7 @@ module.exports = function (SocketUser) {
|
||||
},
|
||||
is: function (next) {
|
||||
user.blocks.is(data.blockeeUid, data.blockerUid, next);
|
||||
}
|
||||
},
|
||||
}, next);
|
||||
},
|
||||
function (results, next) {
|
||||
|
||||
Reference in New Issue
Block a user