mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
* Remove message_area_desc property -- just fetch it
This commit is contained in:
parent
150bd5778a
commit
1cb95bd44e
3 changed files with 35 additions and 5 deletions
|
@ -197,9 +197,7 @@ User.prototype.create = function(options, cb) {
|
|||
if(1 === self.userId) {
|
||||
self.properties.account_status = User.AccountStatus.active;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
callback(null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue