@ -206,9 +206,9 @@ export class CoinGeckoService implements DataProviderInterface {
letmessage=error;
if(error?.code==='ABORT_ERR'){
message=`RequestError: The operation to get the quotes 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 quotes was aborted because the request to the data provider took more than ${(
@ -290,9 +290,9 @@ export class EodHistoricalDataService implements DataProviderInterface {
letmessage=error;
if(error?.code==='ABORT_ERR'){
message=`RequestError: The operation to get the quotes 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 quotes was aborted because the request to the data provider took more than ${(
@ -154,9 +154,9 @@ export class FinancialModelingPrepService implements DataProviderInterface {
letmessage=error;
if(error?.code==='ABORT_ERR'){
message=`RequestError: The operation to get the quotes 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 quotes was aborted because the request to the data provider took more than ${(