From 31610dd17871df50532fbbedcbd221f3d6b7a4cf Mon Sep 17 00:00:00 2001 From: zomars Date: Thu, 13 Oct 2022 13:14:58 -0600 Subject: [PATCH] Adds missing description field to patch --- lib/validations/event-type.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/validations/event-type.ts b/lib/validations/event-type.ts index 8cf3fece84..462990d65e 100644 --- a/lib/validations/event-type.ts +++ b/lib/validations/event-type.ts @@ -19,6 +19,7 @@ const recurringEventInputSchema = z.object({ export const schemaEventTypeBaseBodyParams = EventType.pick({ title: true, + description: true, slug: true, length: true, hidden: true,