Browse Source

fix format

pull/5027/head
Daniel Devaud 2 years ago
parent
commit
2a8a4e7d18
  1. 8
      apps/api/src/app/portfolio/portfolio.service.ts

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

@ -553,8 +553,12 @@ export class PortfolioService {
otherMarkets: 0 otherMarkets: 0
}; };
this.calculateMarketsAllocation(symbolProfile, markets, marketsAdvanced, value); this.calculateMarketsAllocation(
symbolProfile,
markets,
marketsAdvanced,
value
);
holdings[item.symbol] = { holdings[item.symbol] = {
markets, markets,

Loading…
Cancel
Save