mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
[#1516] fixes to handling user.invitations.guilds - both accept & reject
This commit is contained in:
@@ -87,7 +87,7 @@ var UserSchema = new Schema({
|
||||
/* FIXME remove?*/
|
||||
|
||||
invitations: {
|
||||
guilds: Array,
|
||||
guilds: {type: Array, 'default': []},
|
||||
party: Schema.Types.Mixed
|
||||
},
|
||||
items: {
|
||||
|
||||
Reference in New Issue
Block a user