mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 03:27:01 +02:00
removed null
This commit is contained in:
@@ -117,7 +117,7 @@ module.exports = function(Topics) {
|
||||
return callback(err);
|
||||
}
|
||||
plugins.fireHook('action:post.move', {post: postData, tid: tid});
|
||||
callback(null);
|
||||
callback();
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user