mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-25 17:11:46 +02:00
fix formatting error
This commit is contained in:
@@ -192,7 +192,7 @@ SocketCategories.isModerator = function(socket, cid, callback) {
|
||||
user.isModerator(socket.uid, cid, callback);
|
||||
};
|
||||
|
||||
SocketCategories.getCategory = function(socket, cid, callback){
|
||||
SocketCategories.getCategory = function(socket, cid, callback) {
|
||||
async.waterfall([
|
||||
function (next) {
|
||||
privileges.categories.can('read', cid, socket.uid, next);
|
||||
|
||||
Reference in New Issue
Block a user