* Remove message_area_desc property -- just fetch it

This commit is contained in:
Bryan Ashby 2015-08-20 22:51:00 -06:00
parent 150bd5778a
commit 1cb95bd44e
3 changed files with 35 additions and 5 deletions

View file

@ -197,9 +197,7 @@ User.prototype.create = function(options, cb) {
if(1 === self.userId) {
self.properties.account_status = User.AccountStatus.active;
}
callback(null);
}
}