@barisusakli is a stickler and wants to increase registration api call times by 0.0000000001s

This commit is contained in:
psychobunny
2014-04-08 13:51:05 -04:00
parent 5423434b3f
commit 015ee701c4

View File

@@ -20,7 +20,7 @@ module.exports = function(User) {
}
var password = userData.password;
delete userData.password;
userData.password = null;
async.parallel([
function(next) {