We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36333e5 commit a7ba740Copy full SHA for a7ba740
1 file changed
server/src/models/FroshModel.js
@@ -80,7 +80,7 @@ const FroshSchema = new mongoose.Schema(
80
},
81
shirtSize: {
82
type: String,
83
- enum: ['S', 'M', 'L', 'XL', '2XL', '3XL'],
+ enum: ['S', 'M', 'L', 'XL', '2XL'],
84
required: true,
85
86
phoneNumberCountryCode: {
0 commit comments