mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-17 03:22:14 +00:00
fix(model): Remove common.inviteParty
Per @vIiRuS
This commit is contained in:
parent
78890012c1
commit
a42c671f1f
1 changed files with 0 additions and 1 deletions
|
|
@ -154,7 +154,6 @@ var UserSchema = new Schema({
|
|||
tavern: {type: Boolean, 'default': false},
|
||||
equipment: {type: Boolean, 'default': false},
|
||||
items: {type: Boolean, 'default': false},
|
||||
inviteParty: {type: Boolean, 'default': false},
|
||||
},
|
||||
ios: {
|
||||
addTask: {type: Boolean, 'default': false},
|
||||
|
|
|
|||
Loading…
Reference in a new issue