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_arabic: {
type: String, type: String,
required: true,
}, },
type_jpn: { type_jpn: {
type: String, type: String,
required: true,
}, },
bestOf: { bestOf: {
type: String, type: String,

Loading…
Cancel
Save