attempt to modify User.js

This commit is contained in:
Michael Q Larson
2014-11-24 18:48:07 -08:00
parent 06fe5390ba
commit 1a0acdea82

View File

@ -14,7 +14,7 @@ var userSchema = new mongoose.Schema({
instagram: String, instagram: String,
tokens: Array, tokens: Array,
challengesCompleted: { type: Array, default: [] }, challengesCompleted: { type: Array, default: [] },
challengesHash: { type: Object, default: {} }, challengesHash: { type: {}, default: { '-1': 'void'} },
profile: { profile: {
name: { type: String, default: '' }, name: { type: String, default: '' },