|
|
@ -583,7 +583,6 @@ export class ImportService { |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (dataSource !== 'MANUAL') { |
|
|
|
|
|
const assetProfile = ( |
|
|
const assetProfile = ( |
|
|
await this.dataProviderService.getAssetProfiles([ |
|
|
await this.dataProviderService.getAssetProfiles([ |
|
|
{ dataSource, symbol } |
|
|
{ dataSource, symbol } |
|
|
@ -611,7 +610,6 @@ export class ImportService { |
|
|
assetProfiles[getAssetProfileIdentifier({ dataSource, symbol })] = |
|
|
assetProfiles[getAssetProfileIdentifier({ dataSource, symbol })] = |
|
|
assetProfile; |
|
|
assetProfile; |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return assetProfiles; |
|
|
return assetProfiles; |
|
|
} |
|
|
} |
|
|
|