app - currency - fix typo

feature/default_network_editable
kumavis 7 years ago
parent ecbab14cae
commit 79d63332ee
  1. 2
      app/scripts/controllers/currency.js

@ -43,7 +43,7 @@ class CurrencyController {
this.store.updateState({ conversionDate })
}
await updateConversionRate () {
async updateConversionRate () {
try {
const currentCurrency = this.getCurrentCurrency()
const response = await fetch(`https://api.infura.io/v1/ticker/eth${currentCurrency.toLowerCase()}`)

Loading…
Cancel
Save