@ -86,9 +86,9 @@ export class CoinGeckoService implements DataProviderInterface {
letmessage=error;
if(error?.code==='ABORT_ERR'){
message=`RequestError: The operation to get the asset profile for ${symbol} was aborted because the request to the data provider took more than ${this.configurationService.get(
'REQUEST_TIMEOUT'
)}ms`;
message=`RequestError: The operation to get the asset profile for ${symbol} was aborted because the request to the data provider took more than ${(
@ -255,9 +255,9 @@ export class CoinGeckoService implements DataProviderInterface {
letmessage=error;
if(error?.code==='ABORT_ERR'){
message=`RequestError: The operation to search for ${query} was aborted because the request to the data provider took more than ${this.configurationService.get(
'REQUEST_TIMEOUT'
)}ms`;
message=`RequestError: The operation to search for ${query} was aborted because the request to the data provider took more than ${(
@ -454,9 +454,9 @@ export class EodHistoricalDataService implements DataProviderInterface {
letmessage=error;
if(error?.code==='ABORT_ERR'){
message=`RequestError: The operation to search for ${aQuery} was aborted because the request to the data provider took more than ${this.configurationService.get(
'REQUEST_TIMEOUT'
)}ms`;
message=`RequestError: The operation to search for ${aQuery} was aborted because the request to the data provider took more than ${(
@ -204,9 +204,9 @@ export class FinancialModelingPrepService implements DataProviderInterface {
letmessage=error;
if(error?.code==='ABORT_ERR'){
message=`RequestError: The operation to search for ${query} was aborted because the request to the data provider took more than ${this.configurationService.get(
'REQUEST_TIMEOUT'
)}ms`;
message=`RequestError: The operation to search for ${query} was aborted because the request to the data provider took more than ${(