mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 08:20:36 +01:00
fix: tests
This commit is contained in:
@@ -54,7 +54,7 @@ module.exports = function (SocketPosts) {
|
|||||||
results.downvoteCount = results.downvoters.length;
|
results.downvoteCount = results.downvoters.length;
|
||||||
results.showDownvotes = showDownvotes;
|
results.showDownvotes = showDownvotes;
|
||||||
next(null, results);
|
next(null, results);
|
||||||
}
|
},
|
||||||
], callback);
|
], callback);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user