From 21861fa9311338b963dd67e0721094386751cce0 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 9 Feb 2017 14:31:29 +0300 Subject: [PATCH] fix next --- src/topics/posts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topics/posts.js b/src/topics/posts.js index 9d7ea65828..797450b8f5 100644 --- a/src/topics/posts.js +++ b/src/topics/posts.js @@ -439,7 +439,7 @@ module.exports = function (Topics) { next(null, replies); } - ], next); + ], _next); }, callback); } };