diff --git a/apps/api/src/app/portfolio/current-rate.service.ts b/apps/api/src/app/portfolio/current-rate.service.ts index 1f60ca16f..5d39a54bb 100644 --- a/apps/api/src/app/portfolio/current-rate.service.ts +++ b/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,