From 669a5bca185b0ca4ee880b6b3952b7818f44e76f Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Thu, 16 Nov 2023 21:24:16 +0530 Subject: [PATCH] fix: remove required for matches --- src/models/matches.js | 2 -- 1 file changed, 2 deletions(-) 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,