Thomas Kaul
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
apps/api/src/app/portfolio/portfolio.service.ts
|
@ -359,7 +359,7 @@ export class PortfolioService { |
|
|
calculationType: PerformanceCalculationType.TWR, |
|
|
calculationType: PerformanceCalculationType.TWR, |
|
|
currency: userCurrency, |
|
|
currency: userCurrency, |
|
|
isExperimentalFeatures: |
|
|
isExperimentalFeatures: |
|
|
this.request.user.Settings.settings.isExperimentalFeatures |
|
|
this.request.user?.Settings.settings.isExperimentalFeatures |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
const { currentValueInBaseCurrency, hasErrors, positions } = |
|
|
const { currentValueInBaseCurrency, hasErrors, positions } = |
|
|