diff --git a/models/Location/model.js b/models/Location/model.js index 9a3ca55..04dfabc 100644 --- a/models/Location/model.js +++ b/models/Location/model.js @@ -30,7 +30,7 @@ const schema = new Schema({ }, event: { type: String, - required: true, + required: false, }, activity: { type: String,