fix: cache hotel response
This commit is contained in:
@@ -9,5 +9,5 @@ export const childrenSchema = z.object({
|
||||
|
||||
export const occupancySchema = z.object({
|
||||
adults: z.number(),
|
||||
children: z.array(childrenSchema),
|
||||
children: z.array(childrenSchema).default([]),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user