Agustin Alexander
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
apps/api/src/app/portfolio/portfolio.service.ts
|
|
@ -85,8 +85,6 @@ import { |
|
|
|
} from './interfaces/portfolio-position-detail.interface'; |
|
|
|
import { PortfolioCalculator } from './portfolio-calculator'; |
|
|
|
import { RulesService } from './rules.service'; |
|
|
|
import {countries} from "countries-list"; |
|
|
|
import {Country} from "@ghostfolio/common/interfaces/country.interface"; |
|
|
|
|
|
|
|
const developedMarkets = require('../../assets/countries/developed-markets.json'); |
|
|
|
const emergingMarkets = require('../../assets/countries/emerging-markets.json'); |
|
|
|