Removed FIXME comment above invitations object - the object is still being used.

This commit is contained in:
kylestratis
2015-10-27 21:12:19 -04:00
parent 3bae95d3ae
commit 0283408d1e

View File

@@ -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