fix: add back metadata true

This commit is contained in:
Agusti Fernandez Pardo
2022-05-18 14:03:38 +02:00
parent 075808ce40
commit a2c7eed853
+1
View File
@@ -29,6 +29,7 @@ export const schemaEventTypeBaseBodyParams = EventType.pick({
price: true,
currency: true,
slotInterval: true,
metadata: true,
successRedirectUrl: true,
}).partial();