Browse Source

Refactoring

Thomas Kaul 3 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, type,
unitPrice, unitPrice,
SymbolProfile: { SymbolProfile: {
currency: undefined,
dataSource, dataSource,
symbol, symbol,
activitiesCount: undefined, activitiesCount: undefined,
@ -520,6 +519,7 @@ export class ImportService {
assetSubClass: undefined, assetSubClass: undefined,
countries: undefined, countries: undefined,
createdAt: undefined, createdAt: undefined,
currency: undefined,
holdings: undefined, holdings: undefined,
id: undefined, id: undefined,
isActive: true, isActive: true,

Loading…
Cancel
Save