Browse Source

Clean up

pull/4720/head
Thomas Kaul 4 weeks ago
parent
commit
43c20375da
  1. 2
      apps/api/src/app/portfolio/portfolio.service.ts

2
apps/api/src/app/portfolio/portfolio.service.ts

@ -191,7 +191,7 @@ export class PortfolioService {
...account,
transactionCount,
valueInBaseCurrency,
allocationInPercentage: undefined, // TODO
allocationInPercentage: null, // TODO
balanceInBaseCurrency: this.exchangeRateDataService.toCurrency(
account.balance,
account.currency,

Loading…
Cancel
Save