mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
ESlint key-spacing, no-trailing-spaces
This commit is contained in:
@@ -276,7 +276,7 @@ var meta = require('./meta');
|
||||
callback();
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
User.isAdminOrGlobalModOrSelf = function (callerUid, uid, callback) {
|
||||
if (parseInt(callerUid, 10) === parseInt(uid, 10)) {
|
||||
return callback();
|
||||
|
||||
Reference in New Issue
Block a user