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, [
'grossPerformance',
'investment',
'netPerformance',
'quantity'
]);
}

Loading…
Cancel
Save