diff --git a/server/routers/hotels/query.ts b/server/routers/hotels/query.ts index 5397fc66d..2b99bf9d3 100644 --- a/server/routers/hotels/query.ts +++ b/server/routers/hotels/query.ts @@ -38,7 +38,7 @@ const getHotelCounter = meter.createCounter("trpc.hotel.get") const getHotelSuccessCounter = meter.createCounter("trpc.hotel.get-success") const getHotelFailCounter = meter.createCounter("trpc.hotel.get-fail") -const getHotelId = async (locale: string, uid: string | null | undefined) => { +async function getHotelId(locale: string, uid: string | null | undefined) { const rawContentStackData = await request(GetHotelPage, { locale, uid,