Browse Source

Nullify net performance

pull/377/head
Thomas 4 years ago
parent
commit
2fbac76a08
  1. 1
      apps/api/src/app/portfolio/portfolio.controller.ts

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

@ -223,6 +223,7 @@ export class PortfolioController {
return nullifyValuesInObject(position, [ return nullifyValuesInObject(position, [
'grossPerformance', 'grossPerformance',
'investment', 'investment',
'netPerformance',
'quantity' 'quantity'
]); ]);
}); });

Loading…
Cancel
Save