fix: tests

v1.18.x
Baris Usakli 6 years ago
parent a9f9d19b4e
commit 3a7e99a503

@ -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);
}; };

Loading…
Cancel
Save