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