Browse Source

Improve error message

pull/2916/head
Thomas Kaul 2 years ago
parent
commit
c4e7ac36a9
  1. 5
      apps/api/src/services/data-provider/eod-historical-data/eod-historical-data.service.ts

5
apps/api/src/services/data-provider/eod-historical-data/eod-historical-data.service.ts

@ -152,10 +152,7 @@ export class EodHistoricalDataService implements DataProviderInterface {
};
} else {
Logger.error(
`Could not get historical data for ${symbol} (${this.getName()}) from ${format(
from,
DATE_FORMAT
)} to ${format(to, DATE_FORMAT)}`,
`Could not get historical market data for ${symbol} (${this.getName()}) at ${date}`,
'EodHistoricalDataService'
);
}

Loading…
Cancel
Save