diff --git a/lib/validations/event-type.ts b/lib/validations/event-type.ts index 309ab048dc..cd4392ce32 100644 --- a/lib/validations/event-type.ts +++ b/lib/validations/event-type.ts @@ -32,7 +32,7 @@ export const schemaEventTypeBaseBodyParams = EventType.pick({ successRedirectUrl: true, }).partial(); -// const schemaEventTypeBaseParams = z +const schemaEventTypeBaseParams = z .object({ title: z.string(), slug: z.string(),