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();