dont return everything in followers, #1250

v1.18.x
barisusakli 11 years ago
parent b2a837d283
commit ef0740049a

@ -38,7 +38,7 @@ module.exports = function(User) {
return callback(err);
}
User.getUsersData(uids, callback);
User.getUsers(uids, callback);
});
}

Loading…
Cancel
Save