Browse Source

Clean up

pull/529/head
Thomas 4 years ago
parent
commit
cbdea5ef1a
  1. 4
      apps/api/src/app/portfolio/portfolio.service.ts

4
apps/api/src/app/portfolio/portfolio.service.ts

@ -729,8 +729,8 @@ export class PortfolioService {
currentNetPerformance, currentNetPerformance,
currentNetPerformancePercent, currentNetPerformancePercent,
currentValue, currentValue,
isAllTimeHigh: true, // TODO isAllTimeHigh: true,
isAllTimeLow: false // TODO isAllTimeLow: false
} }
}; };
} }

Loading…
Cancel
Save