fix: add locations any too
parent
b95c064828
commit
b7f9791439
|
@ -61,7 +61,6 @@ export const schemaEventTypeReadPublic = EventType.pick({
|
||||||
title: true,
|
title: true,
|
||||||
slug: true,
|
slug: true,
|
||||||
length: true,
|
length: true,
|
||||||
locations: true,
|
|
||||||
hidden: true,
|
hidden: true,
|
||||||
position: true,
|
position: true,
|
||||||
userId: true,
|
userId: true,
|
||||||
|
@ -86,4 +85,4 @@ export const schemaEventTypeReadPublic = EventType.pick({
|
||||||
slotInterval: true,
|
slotInterval: true,
|
||||||
successRedirectUrl: true,
|
successRedirectUrl: true,
|
||||||
description: true,
|
description: true,
|
||||||
}).merge(z.object({ metadata: z.any() }));
|
}).merge(z.object({ metadata: z.any(), locations: z.any() }));
|
||||||
|
|
Loading…
Reference in New Issue