Skip to content

Commit a7ba740

Browse files
authored
Remove 3XL size option
1 parent 36333e5 commit a7ba740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/models/FroshModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const FroshSchema = new mongoose.Schema(
8080
},
8181
shirtSize: {
8282
type: String,
83-
enum: ['S', 'M', 'L', 'XL', '2XL', '3XL'],
83+
enum: ['S', 'M', 'L', 'XL', '2XL'],
8484
required: true,
8585
},
8686
phoneNumberCountryCode: {

0 commit comments

Comments
 (0)