Skip to content

Commit

Permalink
chore: update airport type
Browse files Browse the repository at this point in the history
  • Loading branch information
johanohly committed Oct 21, 2024
1 parent a94459a commit 9af0527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/data/airports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type Airport = {
name: string;
country: string;
continent: string;
tz: number;
tz: string;
lat: number;
lon: number;
IATA: string | null;
Expand Down

0 comments on commit 9af0527

Please sign in to comment.