seems to attempt to write timestamp
This commit is contained in:
@ -14,6 +14,7 @@ var userSchema = new mongoose.Schema({
|
||||
instagram: String,
|
||||
tokens: Array,
|
||||
challengesCompleted: { type: Array, default: [] },
|
||||
challengesHash: { type: Object, default: {} },
|
||||
|
||||
profile: {
|
||||
name: { type: String, default: '' },
|
||||
|
Reference in New Issue
Block a user