mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
ESlint keyword-spacing, no-multi-spaces
This commit is contained in:
@@ -44,7 +44,7 @@ SocketCategories.getWatchedCategories = function (socket, data, callback) {
|
||||
if (err) {
|
||||
return callback(err);
|
||||
}
|
||||
var watchedCategories = results.categories.filter(function (category) {
|
||||
var watchedCategories = results.categories.filter(function (category) {
|
||||
return category && results.ignoredCids.indexOf(category.cid.toString()) === -1;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user