Skip to content

Commit

Permalink
UHF-8430: Added municipality to the address search query.
Browse files Browse the repository at this point in the history
  • Loading branch information
dire committed May 9, 2023
1 parent ffd7356 commit 5830138
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ protected static function fetchAddressCoordinates(string $address): array {
'page' => '1',
'page_size' => '1',
'language' => $language,
'municipality' => 'helsinki',
],
]);
}
Expand Down

0 comments on commit 5830138

Please sign in to comment.