fix: dont merge on read

pull/9078/head
Agusti Fernandez Pardo 2022-05-18 15:00:09 +02:00
parent 8add68c668
commit db09aeb50a
1 changed files with 1 additions and 3 deletions

View File

@ -85,6 +85,4 @@ export const schemaEventTypeReadPublic = EventType.pick({
currency: true,
slotInterval: true,
successRedirectUrl: true,
})
.merge(schemaEventTypeCreateParams)
.partial();
}).partial();