fix(SW-946) Removed log
This commit is contained in:
@@ -1089,7 +1089,6 @@ export const hotelQueryRouter = router({
|
||||
|
||||
const response = await fetch(url)
|
||||
const data = await response.json()
|
||||
console.log("DATA_RESPONSE", data)
|
||||
const { lat, lng } = data.results[0].geometry.location
|
||||
|
||||
return { lat, lng }
|
||||
|
||||
Reference in New Issue
Block a user