From a47770523026641145adb0d18854780e730a9a77 Mon Sep 17 00:00:00 2001 From: EliFrankel Date: Sun, 31 Mar 2024 12:34:38 +0300 Subject: [PATCH] id --- examples/client/Locomotion/src/services/MccMnc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/client/Locomotion/src/services/MccMnc.js b/examples/client/Locomotion/src/services/MccMnc.js index e65e96c9a..d4881c592 100644 --- a/examples/client/Locomotion/src/services/MccMnc.js +++ b/examples/client/Locomotion/src/services/MccMnc.js @@ -8,6 +8,7 @@ const getMccMnc = async () => { return mccMnc; }; + const getMobileIsoCode = async () => { const isoCode = await CarrierInfo.isoCountryCode(); return isoCode.toUpperCase();