Browse Source

Add totalValueInBaseCurrency

pull/3313/head
Thomas Kaul 1 year ago
parent
commit
c311d55937
  1. 1
      apps/api/src/interceptors/redact-values-in-response.interceptor.ts

1
apps/api/src/interceptors/redact-values-in-response.interceptor.ts

@ -57,6 +57,7 @@ export class RedactValuesInResponseInterceptor<T>
'quantity',
'symbolMapping',
'totalBalanceInBaseCurrency',
'totalValueInBaseCurrency',
'unitPrice',
'value',
'valueInBaseCurrency'

Loading…
Cancel
Save