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', 'quantity',
'symbolMapping', 'symbolMapping',
'totalBalanceInBaseCurrency', 'totalBalanceInBaseCurrency',
'totalValueInBaseCurrency',
'unitPrice', 'unitPrice',
'value', 'value',
'valueInBaseCurrency' 'valueInBaseCurrency'

Loading…
Cancel
Save