Browse Source

Refactoring

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

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

@ -253,7 +253,7 @@ export class EodHistoricalDataService implements DataProviderInterface {
};
} else {
Logger.error(
`Could not get quotes for ${this.convertFromEodSymbol(code)} (${this.getName()})`,
`Could not get quote for ${this.convertFromEodSymbol(code)} (${this.getName()})`,
'EodHistoricalDataService'
);
}

Loading…
Cancel
Save