Skip to content

Commit

Permalink
fix timezone not set in historical weather api
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Oct 13, 2023
1 parent 3b99d3d commit 39c3a43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/en/docs/historical-weather-api/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@
bind:longitude={$params.longitude}
bind:location_mode={$params.location_mode}
bind:csv_coordinates={$params.csv_coordinates}
bind:timezone={$params.timezone}
bind:timezoneInvalid={timezoneInvalid}
/>

<div class="row py-3 px-0">
Expand Down

0 comments on commit 39c3a43

Please sign in to comment.