v1.18.x
Julian Lam 8 years ago
parent 513f72c0e9
commit a8dd794697

@ -42,8 +42,8 @@ module.exports = {
batch.processSortedSet('users:joindate', function (ids, next) {
async.each(ids, function (uid, next) {
user.getSettings(uid, function (err, settings) {
if (err) {
db.getObject('user:' + uid + ':settings', function (err, settings) {
if (err || !settings) {
return next(err);
}

Loading…
Cancel
Save