Skip to content

Commit

Permalink
Update country code to 000
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Oct 25, 2024
1 parent 7411279 commit 5e33e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/sections.constants.ts
Original file line number Diff line number Diff line change
@@ -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']

0 comments on commit 5e33e91

Please sign in to comment.