Browse Source

Improve handling of excluded holdings

pull/7828/head
Thomas Kaul 3 days ago
parent
commit
7c6fafd088
  1. 2
      apps/api/src/app/portfolio/calculator/portfolio-calculator.ts

2
apps/api/src/app/portfolio/calculator/portfolio-calculator.ts

@ -178,8 +178,8 @@ export abstract class PortfolioCalculator {
this.portfolioSnapshotService = portfolioSnapshotService; this.portfolioSnapshotService = portfolioSnapshotService;
this.redisCacheService = redisCacheService; this.redisCacheService = redisCacheService;
this.userId = userId;
this.usePortfolioSnapshotCache = usePortfolioSnapshotCache; this.usePortfolioSnapshotCache = usePortfolioSnapshotCache;
this.userId = userId;
const { endDate, startDate } = getIntervalFromDateRange({ const { endDate, startDate } = getIntervalFromDateRange({
dateRange: 'max', dateRange: 'max',

Loading…
Cancel
Save