From 3a7e99a503dfeec649ba65a5593dc8c1d97222fd Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Fri, 10 May 2019 12:59:04 -0400 Subject: [PATCH] fix: tests --- src/socket.io/posts/votes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/socket.io/posts/votes.js b/src/socket.io/posts/votes.js index c357c2beca..34bf8c0fbd 100644 --- a/src/socket.io/posts/votes.js +++ b/src/socket.io/posts/votes.js @@ -54,7 +54,7 @@ module.exports = function (SocketPosts) { results.downvoteCount = results.downvoters.length; results.showDownvotes = showDownvotes; next(null, results); - } + }, ], callback); };