From 02682557be498d0fb0a43d401903635149a39b47 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 30 Jan 2024 12:13:35 +0100 Subject: [PATCH] Update mask for AE and phcode for GG countries --- src/resources/fullMask.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/resources/fullMask.json b/src/resources/fullMask.json index efc714d..a59587e 100644 --- a/src/resources/fullMask.json +++ b/src/resources/fullMask.json @@ -263,7 +263,7 @@ "mask": "[000] [0] [000000]" }, "GG": { - "phcode": "4414", + "phcode": "44", "key": "GG", "mask": "[00] [0000] [000000]" }, @@ -753,7 +753,7 @@ "AE": { "phcode": "971", "key": "AE", - "mask": "[000] [00] [000]" + "mask": "[000] [000] [000] [000]" }, "OM": { "phcode": "968", @@ -1237,4 +1237,4 @@ "key": "JP", "mask": "[00] ([00]) [000] [0000]" } -} \ No newline at end of file +}