fix: removed second validation since it is not needed

This commit is contained in:
Pontus Dreij
2024-10-11 12:15:11 +02:00
parent 393ac27369
commit e723558870
5 changed files with 113 additions and 140 deletions

View File

@@ -5,8 +5,8 @@ import {
getHotelDataSchema,
parkingSchema,
pointOfInterestSchema,
roomSchema,
} from "@/server/routers/hotels/output"
import { roomSchema } from "@/server/routers/hotels/schemas/room"
export type HotelData = z.infer<typeof getHotelDataSchema>