Skip to content

Commit

Permalink
fix(countriesList): adding OECD to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
miarkt committed Feb 15, 2024
1 parent 5d4f191 commit f9ec4dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/src/assets/data/countriesList.json
Original file line number Diff line number Diff line change
Expand Up @@ -1790,5 +1790,12 @@
"Pays_eng": "Quebec",
"hasData": "TRUE",
"Pays_search": "Quebec"
},
{
"ISO_alpha3": "OED",
"Pays": "OCDE",
"Pays_eng": "OECD",
"hasData": "FALSE",
"Pays_search": "oCDE"
}
]

0 comments on commit f9ec4dc

Please sign in to comment.