Skip to content

Commit

Permalink
fix: los angeles weather station code
Browse files Browse the repository at this point in the history
  • Loading branch information
Forceh91 authored Sep 4, 2024
1 parent 081efbf commit 43d29fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts/usa.consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const USA_WEATHER_STATIONS: USAStationConfig[] = [
{ name: "Chicago", code: "KORD" },
{ name: "Las Vegas", code: "KVGT" },
{ name: "Tampa", code: "KTPA" },
{ name: "Los Angeles", code: "KCQT" },
{ name: "Los Angeles", code: "FHMC1" },
{ name: "Denver", code: "KBKF", isBackup: true },
{ name: "Detroit", code: "KDET", isBackup: true },
{ name: "New York", code: "KNYC", isBackup: true },
Expand Down

0 comments on commit 43d29fb

Please sign in to comment.