fix: remove dev leftovers
This commit is contained in:
parent
3af6d3a773
commit
255c5e140c
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ const getRate = (retries = 1, fiatCode) => {
|
||||||
|
|
||||||
if (!activeAPI) throw new Error(`FOREX api ${selected} does not exist.`)
|
if (!activeAPI) throw new Error(`FOREX api ${selected} does not exist.`)
|
||||||
|
|
||||||
return activeAPI(fiatCode, fiatCodeProperty, rateProperty).then(res => res)
|
return activeAPI(fiatCode, fiatCodeProperty, rateProperty)
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
// Switch service
|
// Switch service
|
||||||
const erroredService = API_QUEUE.shift()
|
const erroredService = API_QUEUE.shift()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue