From bf3f20bf8b548fa4ddacdddb22c31ce89f1ee2be Mon Sep 17 00:00:00 2001 From: barisusakli Date: Fri, 12 Dec 2014 23:25:16 -0500 Subject: [PATCH] removed extra comma --- 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 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); };