mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
possible fix for https://github.com/akhoury/nodebb-plugin-import/issues/173
This commit is contained in:
@@ -15,7 +15,7 @@ var async = require('async'),
|
||||
module.exports = function(Topics) {
|
||||
|
||||
Topics.onNewPostMade = function(postData, callback) {
|
||||
async.parallel([
|
||||
async.series([
|
||||
function(next) {
|
||||
Topics.increasePostCount(postData.tid, next);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user