Skip to content

Commit

Permalink
Remove extra & from url
Browse files Browse the repository at this point in the history
  • Loading branch information
henrinie-nc committed Aug 1, 2024
1 parent 8957be6 commit 0883128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/HelsinkiProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class Provider {
...params,
q: query
});
return `https://api.hel.fi/servicemap/v2/search/?${paramString}&type=address&&municipality=helsinki`;
return `https://api.hel.fi/servicemap/v2/search/?${paramString}&type=address&municipality=helsinki`;
}

parse({
Expand Down

0 comments on commit 0883128

Please sign in to comment.