summaryrefslogtreecommitdiff
path: root/src/models/Event.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/Event.ts')
-rw-r--r--src/models/Event.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/Event.ts b/src/models/Event.ts
index 5731680..92723cb 100644
--- a/src/models/Event.ts
+++ b/src/models/Event.ts
@@ -259,7 +259,7 @@ const EventSchema = new mongoose.Schema({
description: {
type: String,
trim: true,
- required: true,
+ required: false,
},
image: {
type: String,