From a2c7eed853aeaddfcccf331c83e0735ca9fd4240 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Wed, 18 May 2022 14:03:38 +0200 Subject: [PATCH] fix: add back metadata true --- 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 34ca8e0a14..3665681dff 100644 --- a/lib/validations/event-type.ts +++ b/lib/validations/event-type.ts @@ -29,6 +29,7 @@ export const schemaEventTypeBaseBodyParams = EventType.pick({ price: true, currency: true, slotInterval: true, + metadata: true, successRedirectUrl: true, }).partial();