Browse Source

Clean up

pull/1869/head
Thomas 2 years ago
parent
commit
acfb5bf9cf
  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

@ -197,15 +197,10 @@ export class EodHistoricalDataService implements DataProviderInterface {
private convertCurrency(aCurrency: string) {
let currency = aCurrency;
console.log('convertCurrency', currency);
if (currency === 'GBX') {
currency = 'GBp';
}
console.log(currency);
console.log('---');
return currency;
}

Loading…
Cancel
Save