feat: add hotel id
This commit is contained in:
@@ -10,7 +10,7 @@ export default async function SelectHotelPage({
|
||||
params,
|
||||
}: PageArgs<LangParams>) {
|
||||
const hotel = await serverClient().hotel.getHotel({
|
||||
hotelId: "Stockholm",
|
||||
hotelId: "d98c7ab1-ebaa-4102-b351-758daf1ddf55",
|
||||
language: params.lang,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user