From f9ec4dc370700d0fa835507e99368ee0b4fb6377 Mon Sep 17 00:00:00 2001 From: mialy Date: Thu, 15 Feb 2024 16:57:53 +0100 Subject: [PATCH] fix(countriesList): adding OECD to the list --- client/src/assets/data/countriesList.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/assets/data/countriesList.json b/client/src/assets/data/countriesList.json index 2995372..1d7b774 100644 --- a/client/src/assets/data/countriesList.json +++ b/client/src/assets/data/countriesList.json @@ -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" } ] \ No newline at end of file