Alexander Linder
3 weeks ago
Failed to extract signature
1 changed files with
1 additions and
3 deletions
-
apps/api/src/services/queues/data-gathering/data-gathering.service.ts
|
|
@ -70,10 +70,8 @@ export class DataGatheringService { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public async gatherAssetProfiles( |
|
|
public async gatherAssetProfiles( |
|
|
aAssetProfileIdentifiers?: AssetProfileIdentifier[] |
|
|
assetProfileIdentifiers?: AssetProfileIdentifier[] |
|
|
) { |
|
|
) { |
|
|
let assetProfileIdentifiers = aAssetProfileIdentifiers; |
|
|
|
|
|
|
|
|
|
|
|
if (!assetProfileIdentifiers) { |
|
|
if (!assetProfileIdentifiers) { |
|
|
assetProfileIdentifiers = await this.getActiveAssetProfileIdentifiers(); |
|
|
assetProfileIdentifiers = await this.getActiveAssetProfileIdentifiers(); |
|
|
} |
|
|
} |
|
|
|