Browse Source

Refactoring

pull/4486/head
Thomas Kaul 2 days ago
parent
commit
d6a9c22638
  1. 2
      apps/api/src/app/import/import.service.ts

2
apps/api/src/app/import/import.service.ts

@ -512,7 +512,6 @@ export class ImportService {
type,
unitPrice,
SymbolProfile: {
currency: undefined,
dataSource,
symbol,
activitiesCount: undefined,
@ -520,6 +519,7 @@ export class ImportService {
assetSubClass: undefined,
countries: undefined,
createdAt: undefined,
currency: undefined,
holdings: undefined,
id: undefined,
isActive: true,

Loading…
Cancel
Save