This commit is contained in:
barisusakli
2017-02-09 14:31:29 +03:00
parent 4f02775bdf
commit 21861fa931

View File

@@ -439,7 +439,7 @@ module.exports = function (Topics) {
next(null, replies);
}
], next);
], _next);
}, callback);
}
};