fix(SW-946) renamde query

This commit is contained in:
Pontus Dreij
2024-11-21 14:26:37 +01:00
parent f725c46dcf
commit 87c12f6709
2 changed files with 2 additions and 2 deletions

View File

@@ -1080,7 +1080,7 @@ export const hotelQueryRouter = router({
}),
}),
map: router({
get: serviceProcedure
city: serviceProcedure
.input(getCityCoordinatesInputSchema)
.query(async function ({ input }) {
const apiKey = process.env.GOOGLE_STATIC_MAP_KEY