diff --git a/src/models/matches.js b/src/models/matches.js index bf13c09..bae40a8 100644 --- a/src/models/matches.js +++ b/src/models/matches.js @@ -44,11 +44,9 @@ const matches = new Schema({ }, type_arabic: { type: String, - required: true, }, type_jpn: { type: String, - required: true, }, bestOf: { type: String,