mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-17 11:32:16 +00:00
Removed unused 'armorSet' attribute in user model
This commit is contained in:
parent
a44d760b8f
commit
02acad9dfc
1 changed files with 0 additions and 1 deletions
|
|
@ -296,7 +296,6 @@ var UserSchema = new Schema({
|
|||
}
|
||||
},
|
||||
preferences: {
|
||||
armorSet: String,
|
||||
dayStart: {type:Number, 'default': 0, min: 0, max: 23},
|
||||
size: {type:String, enum: ['broad','slim'], 'default': 'slim'},
|
||||
hair: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue