Skip to content

Commit

Permalink
Fix WY typo in countryISOMapping
Browse files Browse the repository at this point in the history
  • Loading branch information
bendnorman committed Nov 22, 2023
1 parent b4d0f15 commit 33da136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridle_game/src/domain/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ export const countryISOMapping: Iso = {
WA: "47",
WI: "192",
WV: "218",
W: "69",
WY: "69",
};

export function getCountryPrettyName(
Expand Down

0 comments on commit 33da136

Please sign in to comment.