Skip to content

Commit

Permalink
Merge pull request #7 from bendnorman/fix-wy-typo
Browse files Browse the repository at this point in the history
Fix WY typo in `countryISOMapping`
  • Loading branch information
bendnorman authored Nov 22, 2023
2 parents b4d0f15 + 33da136 commit e108178
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 e108178

Please sign in to comment.