fix: add partial()
parent
a2c7eed853
commit
f04f5d8ca8
|
@ -86,4 +86,6 @@ export const schemaEventTypeReadPublic = EventType.pick({
|
|||
currency: true,
|
||||
slotInterval: true,
|
||||
successRedirectUrl: true,
|
||||
}).merge(schemaEventTypeBaseParams);
|
||||
})
|
||||
.merge(schemaEventTypeBaseParams)
|
||||
.partial();
|
||||
|
|
Loading…
Reference in New Issue