fix callback

This commit is contained in:
barisusakli
2015-09-23 20:08:57 -04:00
parent 5a8aafb64e
commit 6f046af34b

View File

@@ -72,7 +72,7 @@ module.exports = function(Posts) {
topics.updateTeaser(postData.tid, next);
}
], function(err) {
callback(err, postData);
next(err, postData);
});
}
], callback);