diff --git a/server/routers/hotels/schemas/restaurants.ts b/server/routers/hotels/schemas/restaurants.ts index 549c10f81..4fd8e295a 100644 --- a/server/routers/hotels/schemas/restaurants.ts +++ b/server/routers/hotels/schemas/restaurants.ts @@ -58,8 +58,8 @@ export const restaurantSchema = z images: z.array(imageSchema), texts: z.object({ descriptions: z.object({ - short: z.string(), - medium: z.string(), + short: z.string().default(""), + medium: z.string().default(""), }), }), bookTableUrl: z.string().optional(),