Browse Source

Log asset in Coingecko error

pull/2953/head
Hey 2 years ago
parent
commit
090ac403c9
  1. 2
      apps/api/src/services/data-provider/coingecko/coingecko.service.ts

2
apps/api/src/services/data-provider/coingecko/coingecko.service.ts

@ -80,7 +80,7 @@ export class CoinGeckoService implements DataProviderInterface {
let message = error;
if (error?.code === 'ABORT_ERR') {
message = `RequestError: The operation was aborted because the request to the data provider took more than ${this.configurationService.get(
message = `RequestError: The operation for '${aSymbol}' was aborted because the request to the data provider took more than ${this.configurationService.get(
'REQUEST_TIMEOUT'
)}ms`;
}

Loading…
Cancel
Save