feat(sw-452): added children
This commit is contained in:
@@ -236,7 +236,7 @@ export const hotelQueryRouter = router({
|
||||
hotels: serviceProcedure
|
||||
.input(getHotelsAvailabilityInputSchema)
|
||||
.query(async ({ input, ctx }) => {
|
||||
const { lang, uid } = ctx
|
||||
const { lang } = ctx
|
||||
const apiLang = toApiLang(lang)
|
||||
const {
|
||||
cityId,
|
||||
|
||||
Reference in New Issue
Block a user