Merged in fix/schema-error-included (pull request #1107)
fix: schema error included Approved-by: Niclas Edenvin
This commit is contained in:
@@ -58,8 +58,8 @@ export const restaurantSchema = z
|
|||||||
images: z.array(imageSchema),
|
images: z.array(imageSchema),
|
||||||
texts: z.object({
|
texts: z.object({
|
||||||
descriptions: z.object({
|
descriptions: z.object({
|
||||||
short: z.string(),
|
short: z.string().default(""),
|
||||||
medium: z.string(),
|
medium: z.string().default(""),
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
bookTableUrl: z.string().optional(),
|
bookTableUrl: z.string().optional(),
|
||||||
|
|||||||
Reference in New Issue
Block a user