From de50ed6f8e2c14ad826ad45045d24024f20a048c Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 16 Apr 2025 19:56:58 +0200 Subject: [PATCH] Improve comment --- apps/api/src/app/portfolio/current-rate.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,