|
|
|
@ -57,9 +57,9 @@ export class ImportActivitiesService { |
|
|
|
const assetProfiles: CreateAssetProfileWithMarketDataDto[] = []; |
|
|
|
|
|
|
|
for (const [index, item] of content.entries()) { |
|
|
|
const currency = this.parseCurrency({ content, index, item }); |
|
|
|
const dataSource = this.parseDataSource({ item }); |
|
|
|
const symbol = this.parseSymbol({ content, index, item }); |
|
|
|
const currency = this.parseCurrency({ content, index, item }); |
|
|
|
const type = this.parseType({ content, index, item }); |
|
|
|
|
|
|
|
activities.push({ |
|
|
|
|