Browse Source

Clean up

pull/2891/head
Thomas Kaul 2 years ago
parent
commit
9695699cd7
  1. 11
      apps/api/src/services/data-provider/eod-historical-data/eod-historical-data.service.ts

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

@ -291,17 +291,6 @@ export class EodHistoricalDataService implements DataProviderInterface {
return aSymbol;
}
// TODO: Eliminate
private getConvertedValue({
symbol,
value
}: {
symbol: string;
value: number;
}) {
return value;
}
private async getSearchResult(aQuery: string): Promise<
(LookupItem & {
assetClass: AssetClass;

Loading…
Cancel
Save