no message

This commit is contained in:
2018-03-07 03:23:00 -05:00
parent 9810edf8c7
commit cef2b5b933

View File

@@ -10,7 +10,7 @@ const ProfileSchema = new Mongoose.Schema({
"age": { type: Number, index: true, default: 0 }, "age": { type: Number, index: true, default: 0 },
"body": { type: String, enum: ['dns','slim','toned','average','muscular','large','stocky'], default: 'dns' }, "body": { type: String, enum: ['dns','slim','toned','average','muscular','large','stocky'], default: 'dns' },
"ethnicity": { type: String, enum: ['dns','asian','black','latino','middle eastern','mixed','native american','white','south asian','other'], default: 'dns' }, "ethnicity": { type: String, enum: ['dns','asian','black','latino','middle eastern','mixed','native american','white','south asian','other'], default: 'dns' },
"gender": { type: String, enum: ['man','cis man','trans man','woman','cis woman','trans woman','non-binary','non-conforming','queer','crossdresser'], default: 'dns' }, "gender": { type: String, enum: ['man','cis man','trans man','woman','cis woman','trans woman','non-binary','non-conforming','queer','crossdresser'] },
"height": { type: String }, "height": { type: String },
"looking": [{ type: String, enum: ['chat','friends','networking','dates','relationship','right now'] }], "looking": [{ type: String, enum: ['chat','friends','networking','dates','relationship','right now'] }],
"name": { type: String, index: true }, "name": { type: String, index: true },