fix: tests

This commit is contained in:
Baris Usakli
2019-05-10 12:59:04 -04:00
parent a9f9d19b4e
commit 3a7e99a503

View File

@@ -54,7 +54,7 @@ module.exports = function (SocketPosts) {
results.downvoteCount = results.downvoters.length;
results.showDownvotes = showDownvotes;
next(null, results);
}
},
], callback);
};