Fix: removes metadata from pick on readPublic for event-type

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

View File

@ -83,7 +83,6 @@ export const schemaEventTypeReadPublic = EventType.pick({
price: true,
currency: true,
slotInterval: true,
metadata: true,
successRedirectUrl: true,
})
.merge(schemaEventTypeBaseParams)