Thomas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
2 deletions
-
apps/api/src/app/portfolio/portfolio.controller.ts
-
apps/api/src/services/data-gathering.service.ts
|
@ -5,7 +5,6 @@ import { |
|
|
import { ExchangeRateDataService } from '@ghostfolio/api/services/exchange-rate-data.service'; |
|
|
import { ExchangeRateDataService } from '@ghostfolio/api/services/exchange-rate-data.service'; |
|
|
import { ImpersonationService } from '@ghostfolio/api/services/impersonation.service'; |
|
|
import { ImpersonationService } from '@ghostfolio/api/services/impersonation.service'; |
|
|
import { |
|
|
import { |
|
|
PortfolioItem, |
|
|
|
|
|
PortfolioOverview, |
|
|
PortfolioOverview, |
|
|
PortfolioPerformance, |
|
|
PortfolioPerformance, |
|
|
PortfolioPosition, |
|
|
PortfolioPosition, |
|
|
|
@ -3,7 +3,6 @@ import { |
|
|
DATE_FORMAT, |
|
|
DATE_FORMAT, |
|
|
getUtc, |
|
|
getUtc, |
|
|
isGhostfolioScraperApiSymbol, |
|
|
isGhostfolioScraperApiSymbol, |
|
|
isRakutenRapidApiSymbol, |
|
|
|
|
|
resetHours |
|
|
resetHours |
|
|
} from '@ghostfolio/common/helper'; |
|
|
} from '@ghostfolio/common/helper'; |
|
|
import { Injectable } from '@nestjs/common'; |
|
|
import { Injectable } from '@nestjs/common'; |
|
|