chore: remove temp hotel data json

This commit is contained in:
Chuma McPhoy
2024-07-24 15:09:57 +02:00
parent 1ff6cd267d
commit 5d6fac63c1
2 changed files with 0 additions and 11031 deletions

View File

@@ -466,7 +466,6 @@ export const getHotelDataSchema = z.object({
}),
// NOTE: We can pass an "include" param to the hotel API to retrieve
// additional data for an individual hotel.
// Example "included" data can be found in our tempHotelData file.
included: z.array(RoomSchema).optional(),
})

File diff suppressed because it is too large Load Diff