diff --git a/apps/coin_info/clkinfo.js b/apps/coin_info/clkinfo.js index a1cd5869f..bc4a06cdc 100644 --- a/apps/coin_info/clkinfo.js +++ b/apps/coin_info/clkinfo.js @@ -22,7 +22,7 @@ } }) .then(cmcResult => ({ - text: cmcResult.resp.data["1"].symbol, // Fixed data path + text: JSON.parse(cmcResult.resp).data["1"].symbol, // Fixed data path img: COIN_ICON })) .catch(err => ({ diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index fed106faf..3e51308c5 100644 --- a/apps/coin_info/metadata.json +++ b/apps/coin_info/metadata.json @@ -1,7 +1,7 @@ { "id": "coin_info", "name": "Crypto-Coins Info", "shortName":"Coins Info", - "version": "0.04.15", + "version": "0.04.16", "description": "Crypto-Coins Infos with the help of the Coinmarketcap API", "icon": "app.png", "tags": "clkinfo",