From fa43a4bd2c75f93423c581fbc1145ca482f994d0 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 21 Aug 2024 21:09:24 +0200 Subject: [PATCH] Add TODOs --- apps/api/src/app/portfolio/portfolio.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/src/app/portfolio/portfolio.service.ts b/apps/api/src/app/portfolio/portfolio.service.ts index 79ebbd2d2..7ac6d4b34 100644 --- a/apps/api/src/app/portfolio/portfolio.service.ts +++ b/apps/api/src/app/portfolio/portfolio.service.ts @@ -1171,9 +1171,9 @@ export class PortfolioService { totalInvestment, currentNetWorth: netWorth, currentValueInBaseCurrency: valueWithCurrencyEffect, - netPerformancePercentage: netPerformanceInPercentage / 100 / 100, + netPerformancePercentage: netPerformanceInPercentage / 100, // TODO netPerformancePercentageWithCurrencyEffect: - netPerformanceInPercentageWithCurrencyEffect / 100 + netPerformanceInPercentageWithCurrencyEffect / 100 // TODO } }; }