Skip to content

Commit

Permalink
add ids
Browse files Browse the repository at this point in the history
  • Loading branch information
EliFrankel committed Mar 31, 2024
1 parent 49d2c43 commit 98d184f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/client/Locomotion/src/services/MccMnc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const getMccMnc = async () => {
return mccMnc;
};


const getMobileIsoCode = async () => {
const isoCode = await CarrierInfo.isoCountryCode();
return isoCode.toUpperCase();
Expand Down

0 comments on commit 98d184f

Please sign in to comment.