remove token from get location

This commit is contained in:
Warunee Tamkoo 2024-10-07 09:55:10 +07:00
parent 93d13d825c
commit 82cddb3533

View file

@ -102,7 +102,7 @@ async function initializeMap() {
x: longitude,
y: latitude,
},
token: apiKey.value,
// token: apiKey.value,
},
}
)