mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
fix next
This commit is contained in:
@@ -439,7 +439,7 @@ module.exports = function (Topics) {
|
||||
|
||||
next(null, replies);
|
||||
}
|
||||
], next);
|
||||
], _next);
|
||||
}, callback);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user