Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbrethorst committed Nov 13, 2024
1 parent 9e332d4 commit fbfa079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/MapView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
}
}
function addMarker(s, routeReference) {
function addMarker(s) {
if (!mapInstance) {
console.error('Map not initialized yet');
return;
Expand Down

0 comments on commit fbfa079

Please sign in to comment.