diff --git a/src/App.js b/src/App.js index 0c290a0..761cd08 100644 --- a/src/App.js +++ b/src/App.js @@ -261,7 +261,7 @@ function App() { const json = await res.json(); const data = { - eNBID: Math.floor(parseInt(json.cell['4g'].ecgi.substring(6), 16) / 256), + eNBID: Math.floor(parseInt(json.cell['4g'].ecgi.substring(6)) / 256), CellId: json.cell['4g'].sector.cid, MCC: json.cell['4g'].mcc, MNC: json.cell['4g'].mnc