diff --git a/lib/validations/event-type.ts b/lib/validations/event-type.ts index a5eefab6ca..be92082cb2 100644 --- a/lib/validations/event-type.ts +++ b/lib/validations/event-type.ts @@ -29,7 +29,6 @@ export const schemaEventTypeBaseBodyParams = EventType.pick({ price: true, currency: true, slotInterval: true, - metadata: true, successRedirectUrl: true, }).partial();