Add country synonyms for Iran and Moldova (#1121)

This commit is contained in:
InfiniteTF 2021-02-19 04:27:21 +01:00 committed by GitHub
parent 3f9b395b89
commit dd03c63da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ const fuzzyDict: Record<string, string> = {
"United Kingdom": "GB",
Russia: "RU",
"Slovak Republic": "SK",
Iran: "IR",
Moldova: "MD",
};
const getISOCountry = (country: string | null | undefined) => {