fix: cache hotel response

This commit is contained in:
Simon Emanuelsson
2025-01-30 13:51:47 +01:00
parent 13a164242f
commit 1deab000bd
38 changed files with 339 additions and 246 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { z } from "zod"
import { ChildBedTypeEnum } from "@/constants/booking"
import { phoneValidator } from "@/utils/phoneValidator"
import { phoneValidator } from "@/utils/zod/phoneValidator"
// MUTATION
export const createBookingSchema = z