forgot to parse maybe
parent
150725707d
commit
fc7780d8d2
|
|
@ -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 => ({
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue