mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 07:40:43 +01:00
fix tests, #6368
This commit is contained in:
@@ -88,7 +88,7 @@ Categories.setPrivilege = function (socket, data, callback) {
|
||||
privilege: data.privilege,
|
||||
action: data.set ? 'grant' : 'rescind',
|
||||
target: data.member,
|
||||
});
|
||||
}, callback);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user