mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Removed FIXME comment above invitations object - the object is still being used.
This commit is contained in:
@@ -195,7 +195,6 @@ var UserSchema = new Schema({
|
|||||||
todos: Array //[{data: Date, value: Number}] // big peformance issues if these are defined
|
todos: Array //[{data: Date, value: Number}] // big peformance issues if these are defined
|
||||||
},
|
},
|
||||||
|
|
||||||
// FIXME remove?
|
|
||||||
invitations: {
|
invitations: {
|
||||||
guilds: {type: Array, 'default': []},
|
guilds: {type: Array, 'default': []},
|
||||||
party: Schema.Types.Mixed
|
party: Schema.Types.Mixed
|
||||||
|
|||||||
Reference in New Issue
Block a user