mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
more refactors
This commit is contained in:
@@ -99,7 +99,7 @@ module.exports = function(Topics) {
|
||||
}
|
||||
}
|
||||
|
||||
user.getMultipleUserFields(editors, ['uid', 'username', 'userslug'], function(err, editors) {
|
||||
user.getUsersFields(editors, ['uid', 'username', 'userslug'], function(err, editors) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user