Browse Source

Update portfolio.controller.ts

pull/2569/head
Manushreshta B L 2 years ago
committed by GitHub
parent
commit
28572bc0f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      apps/api/src/app/portfolio/portfolio.controller.ts

6
apps/api/src/app/portfolio/portfolio.controller.ts

@ -349,10 +349,10 @@ export class PortfolioController {
({
date,
netPerformanceInPercentage,
totalInvestment,
value,
netWorth,
totalAccountBalance,
netWorth
totalInvestment,
value
}) => {
return {
date,

Loading…
Cancel
Save