Skip to content

Commit a993b48

Browse files
author
jona
committed
Merge pull request #614 from nodejs/fix/spain-world-region
Fix Spain world region
2 parents ebf7f49 + b73b52d commit a993b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/country-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
module.exports = {
44
EG: 'Africa',
5-
ES: 'Africa',
65
KE: 'Africa',
76
MA: 'Africa',
87
MU: 'Africa',
@@ -34,6 +33,7 @@ module.exports = {
3433
DE: 'Europe',
3534
DK: 'Europe',
3635
EE: 'Europe',
36+
ES: 'Europe',
3737
FI: 'Europe',
3838
FR: 'Europe',
3939
GB: 'Europe',

0 commit comments

Comments
 (0)