Browse Source

Improve documentation

pull/3393/head
Thomas Kaul 1 year ago
parent
commit
490b324d3b
  1. 2
      apps/api/src/app/portfolio/calculator/portfolio-calculator.ts

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

@ -138,7 +138,7 @@ export abstract class PortfolioCalculator {
});
this.redisCacheService = redisCacheService;
this.useCache = false; // useCache;
this.useCache = false; // TODO: useCache
this.userId = userId;
const { endDate, startDate } = getInterval(

Loading…
Cancel
Save