updated to no longer use user.icons.generate, and removed an unneeded upgrade script! :)

This commit is contained in:
Julian Lam
2015-10-29 16:13:35 -04:00
parent 4ec57d4110
commit 9f6dc63fed
5 changed files with 8 additions and 44 deletions

View File

@@ -126,8 +126,7 @@ module.exports = function(User) {
async.apply(User.reset.updateExpiry, userData.uid)
], next);
});
},
async.apply(User.icon.generate, userData.uid)
}
], next);
},
function(results, next) {