seems to attempt to write timestamp

This commit is contained in:
Michael Q Larson
2014-11-24 18:07:03 -08:00
parent 7de6ebe17f
commit 06fe5390ba
6 changed files with 133 additions and 127 deletions

View File

@ -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: '' },