fix: forex retry and error logging on dev
This commit is contained in:
parent
c379596b6b
commit
118e4571fd
2 changed files with 7 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ function ticker(fiatCode, cryptoCode, tickerName) {
|
|||
return getCurrencyRates(ticker, fiatCode, cryptoCode)
|
||||
}
|
||||
|
||||
return getRate(RETRIES, tickerName, defaultFiatMarket(tickerName)).then(
|
||||
return getRate(RETRIES, fiatCode, defaultFiatMarket(tickerName)).then(
|
||||
({ fxRate }) => {
|
||||
try {
|
||||
return getCurrencyRates(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue