Browse Source

Nullify netPerformance

pull/351/head
Thomas 4 years ago
parent
commit
e4f21fb56c
  1. 1
      apps/api/src/app/portfolio/portfolio.controller.ts

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

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

Loading…
Cancel
Save