fix: dont read metadata for now

This commit is contained in:
Agusti Fernandez Pardo
2022-05-17 22:21:00 +02:00
parent 4d6dbd39cd
commit b49df1a7aa
-1
View File
@@ -83,6 +83,5 @@ export const schemaEventTypeReadPublic = EventType.pick({
price: true,
currency: true,
slotInterval: true,
metadata: true,
successRedirectUrl: true,
}).partial();