diff --git a/lib/validations/event-type.ts b/lib/validations/event-type.ts index 0773368eb0..309ab048dc 100644 --- a/lib/validations/event-type.ts +++ b/lib/validations/event-type.ts @@ -83,6 +83,5 @@ export const schemaEventTypeReadPublic = EventType.pick({ price: true, currency: true, slotInterval: true, - metadata: true, successRedirectUrl: true, }).partial();