fix: add back metadata true

pull/9078/head
Agusti Fernandez Pardo 2022-05-18 14:03:38 +02:00
parent 075808ce40
commit a2c7eed853
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export const schemaEventTypeBaseBodyParams = EventType.pick({
price: true,
currency: true,
slotInterval: true,
metadata: true,
successRedirectUrl: true,
}).partial();