diff --git a/src/topics/posts.js b/src/topics/posts.js index b089675430..a9a2ecc963 100644 --- a/src/topics/posts.js +++ b/src/topics/posts.js @@ -23,7 +23,7 @@ module.exports = function(Topics) { }, function(next) { Topics.addPostToTopic(postData.tid, postData.pid, postData.timestamp, 0, next); - }, + } ], callback); };