Skip to content

Commit fbfa079

Browse files
Fix linting error
1 parent 9e332d4 commit fbfa079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/map/MapView.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
}
184184
}
185185
186-
function addMarker(s, routeReference) {
186+
function addMarker(s) {
187187
if (!mapInstance) {
188188
console.error('Map not initialized yet');
189189
return;

0 commit comments

Comments
 (0)