From 5e33e914c14b07c8a2912e0f297e60ae5b6d8721 Mon Sep 17 00:00:00 2001 From: Haralan Dobrev Date: Fri, 25 Oct 2024 14:15:32 +0300 Subject: [PATCH] Update country code to 000 --- src/sections/sections.constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/sections.constants.ts b/src/sections/sections.constants.ts index 19a0030c..280ec480 100644 --- a/src/sections/sections.constants.ts +++ b/src/sections/sections.constants.ts @@ -1,5 +1,5 @@ export const ELECTION_REGION_ABROAD = '32' -export const COUNTRY_DOMESTIC = '00' +export const COUNTRY_DOMESTIC = '000' export const CITY_REGION_NONE = '00' export const MUNICIPALITIES_HIDDEN = ['2346', '2446', '2546', '1622'] export const MUNICIPALITIES_MULTI_REGION = ['2346', '2446', '2546']