diff --git a/lib/validations/event-type.ts b/lib/validations/event-type.ts index 72af352afe..4404390a43 100644 --- a/lib/validations/event-type.ts +++ b/lib/validations/event-type.ts @@ -85,6 +85,4 @@ export const schemaEventTypeReadPublic = EventType.pick({ currency: true, slotInterval: true, successRedirectUrl: true, -}) - .merge(schemaEventTypeCreateParams) - .partial(); +}).partial();