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,