This commit is contained in:
Julian Lam
2018-03-20 11:55:24 -04:00
parent ebc67185c3
commit ae46ec0cae

View File

@@ -88,7 +88,7 @@ Categories.setPrivilege = function (socket, data, callback) {
privilege: data.privilege,
action: data.set ? 'grant' : 'rescind',
target: data.member,
});
}, callback);
}
};