Browse Source

Improve comment

pull/4527/head
Thomas Kaul 4 months ago
parent
commit
de50ed6f8e
  1. 2
      apps/api/src/app/portfolio/current-rate.service.ts

2
apps/api/src/app/portfolio/current-rate.service.ts

@ -91,7 +91,7 @@ export class CurrentRateService {
i < marketDataCount;
i += CurrentRateService.MARKET_DATA_PAGE_SIZE
) {
// Use pageSize to limit the number of records fetched at once
// Use page size to limit the number of records fetched at once
const data = await this.marketDataService.getRange({
assetProfileIdentifiers,
dateQuery,

Loading…
Cancel
Save