feat(SW-251): remove log
This commit is contained in:
@@ -17,7 +17,6 @@ import { LangParams, PageArgs } from "@/types/params"
|
||||
async function getAvailableHotels(
|
||||
input: AvailabilityInput
|
||||
): Promise<HotelData[]> {
|
||||
console.log("This is the input: ", input)
|
||||
const getAvailableHotels = await serverClient().hotel.availability.get(input)
|
||||
|
||||
if (!getAvailableHotels) throw new Error()
|
||||
|
||||
Reference in New Issue
Block a user