From d15e9a70f9e9c84efb614af60b7ddc3cab392864 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 8 Aug 2023 19:24:20 +0200 Subject: [PATCH] Improve comment --- apps/api/src/app/import/import.service.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/api/src/app/import/import.service.ts b/apps/api/src/app/import/import.service.ts index f55375d96..026f3610e 100644 --- a/apps/api/src/app/import/import.service.ts +++ b/apps/api/src/app/import/import.service.ts @@ -301,7 +301,8 @@ export class ImportService { }); if (SymbolProfile.currency !== assetProfile.currency) { - // Convert the unit price and fee to the asset currency if the imported transaction is in a different currency + // Convert the unit price and fee to the asset currency if the imported + // activity is in a different currency unitPrice = await this.exchangeRateDataService.toCurrencyAtDate( unitPrice, SymbolProfile.currency,