Add alias for Laos (#2655)

This commit is contained in:
WithoutPants 2022-06-08 08:58:42 +10:00 committed by GitHub
parent 3d52bad9bd
commit 5e455d6530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ const fuzzyDict: Record<string, string> = {
"Slovak Republic": "SK",
Iran: "IR",
Moldova: "MD",
Laos: "LA",
};
const getISOCountry = (country: string | null | undefined) => {