fix: removes metadata from pick so they dont clash

pull/9078/head
Agusti Fernandez Pardo 2022-05-17 21:52:55 +02:00
parent f55aaf3eaa
commit ad8bfd544e
1 changed files with 0 additions and 1 deletions

View File

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