From 015ee701c409478afe06b83014fba09ed4f241d2 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 8 Apr 2014 13:51:05 -0400 Subject: [PATCH] @barisusakli is a stickler and wants to increase registration api call times by 0.0000000001s --- src/user/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/create.js b/src/user/create.js index 5a58da4a58..33d7a5fd8c 100644 --- a/src/user/create.js +++ b/src/user/create.js @@ -20,7 +20,7 @@ module.exports = function(User) { } var password = userData.password; - delete userData.password; + userData.password = null; async.parallel([ function(next) {