fix(lint): remove unused marker

This commit is contained in:
2025-06-10 19:04:57 +01:00
parent bd7f9bc991
commit f7969432ec

View File

@@ -38,7 +38,7 @@
zoom: 15,
mapId: "9f4993cd3fb1504d495821a5"
});
const marker = new AdvancedMarkerElement({
new AdvancedMarkerElement({
position: place.geometry?.location,
map
});