- Fixes for missing signup imports

This commit is contained in:
Mike Fitzpatrick
2019-08-17 02:47:31 -04:00
parent e475396c2c
commit 1936683f0e
4 changed files with 11 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ const PhoneSchema = new mongoose.Schema(
label: {
type: String,
required: true,
enum: [ 'home', 'mobile' ],
enum: [ 'home', 'mobile', 'work' ],
},
},