From cef2b5b933dd32ba4986af0e3464c2a832ef5dc6 Mon Sep 17 00:00:00 2001 From: Mike Fitzpatrick Date: Wed, 7 Mar 2018 03:23:00 -0500 Subject: [PATCH] no message --- models/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/profile.js b/models/profile.js index dafc124..7ce903d 100644 --- a/models/profile.js +++ b/models/profile.js @@ -10,7 +10,7 @@ const ProfileSchema = new Mongoose.Schema({ "age": { type: Number, index: true, default: 0 }, "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' }, - "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 }, "looking": [{ type: String, enum: ['chat','friends','networking','dates','relationship','right now'] }], "name": { type: String, index: true },