fix: remove required for matches

main
Ayush Mukherjee 1 year ago
parent 14513b1c93
commit 669a5bca18

@ -44,11 +44,9 @@ const matches = new Schema({
},
type_arabic: {
type: String,
required: true,
},
type_jpn: {
type: String,
required: true,
},
bestOf: {
type: String,

Loading…
Cancel
Save