Browse Source

Clean up (#1022)

pull/1026/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
cff8acd7b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/api/src/app/portfolio/portfolio.service.ts

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

@ -273,7 +273,6 @@ export class PortfolioService {
.filter((timelineItem) => timelineItem !== null)
.map((timelineItem) => ({
date: timelineItem.date,
marketPrice: timelineItem.value,
value: timelineItem.netPerformance.toNumber()
}));

Loading…
Cancel
Save