Merged in chore/refactor-hotel-trpc-routes (pull request #2891)
Chore/refactor hotel trpc routes * chore(SW-3519): refactor trpc hotel routers * chore(SW-3519): refactor trpc hotel routers * refactor * merge * Merge branch 'master' of bitbucket.org:scandic-swap/web into chore/refactor-hotel-trpc-routes Approved-by: Linus Flood
This commit is contained in:
@@ -20,7 +20,7 @@ import { GetStartPageMetadata } from "../../../graphql/Query/StartPage/Metadata.
|
||||
import { request } from "../../../graphql/request"
|
||||
import { contentStackUidWithServiceProcedure } from "../../../procedures"
|
||||
import { generateTag } from "../../../utils/generateTag"
|
||||
import { getHotel } from "../../hotels/utils"
|
||||
import { getHotel } from "../../hotels/services/getHotel"
|
||||
import { getUrlsOfAllLanguages } from "../languageSwitcher/utils"
|
||||
import { getMetadataInput } from "./input"
|
||||
import { getNonContentstackUrls, rawMetadataSchema } from "./output"
|
||||
|
||||
@@ -8,9 +8,9 @@ import { getSortedCities } from "../../../utils/getSortedCities"
|
||||
import {
|
||||
getCityByCityIdentifier,
|
||||
getHotelIdsByCityIdentifier,
|
||||
getHotelIdsByCountry,
|
||||
getHotelsByHotelIds,
|
||||
} from "../../hotels/utils"
|
||||
} from "../../hotels/services/getCityByCityIdentifier"
|
||||
import { getHotelIdsByCountry } from "../../hotels/services/getHotelIdsByCountry"
|
||||
import { getHotelsByHotelIds } from "../../hotels/services/getHotelsByHotelIds"
|
||||
import { getCityPages } from "../destinationCountryPage/utils"
|
||||
import { transformDestinationFiltersResponse } from "../schemas/destinationFilters"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user