Brandon Wortman
9 months ago
No known key found for this signature in database
GPG Key ID: C63DB7DA05AEC086
1 changed files with
1 additions and
1 deletions
-
apps/client/src/app/services/import-activities.service.ts
|
|
@ -224,8 +224,8 @@ export class ImportActivitiesService { |
|
|
|
} |
|
|
|
|
|
|
|
// If no currency in CSV, make an API request to get symbol data
|
|
|
|
const symbol = this.parseSymbol({ content, index, item }); |
|
|
|
const dataSource = this.parseDataSource({ item }); |
|
|
|
const symbol = this.parseSymbol({ content, index, item }); |
|
|
|
|
|
|
|
return firstValueFrom( |
|
|
|
this.dataService.fetchSymbolItem({ dataSource, symbol }).pipe( |
|
|
|