Skip to content

Commit

Permalink
chore: tsc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Feb 5, 2025
1 parent cf3c45c commit 2049d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/WeatherPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
animated: true,
fullscreen: true,
props: {
focusPos: gps.getLastKnownLocation() || weatherLocation?.coord
focusPos: gps.getLastKnownLocation<LatLonKeys>() || weatherLocation?.coord
}
});
if (location) {
Expand Down

0 comments on commit 2049d82

Please sign in to comment.