Brandon Wortman
9 months ago
No known key found for this signature in database
GPG Key ID: C63DB7DA05AEC086
1 changed files with
0 additions and
3 deletions
-
apps/client/src/app/services/import-activities.service.ts
|
@ -231,9 +231,6 @@ export class ImportActivitiesService { |
|
|
this.dataService.fetchSymbolItem({ dataSource, symbol }).pipe( |
|
|
this.dataService.fetchSymbolItem({ dataSource, symbol }).pipe( |
|
|
map(({ currency }) => { |
|
|
map(({ currency }) => { |
|
|
if (currency) { |
|
|
if (currency) { |
|
|
console.warn( |
|
|
|
|
|
`activities.${index}.currency was not provided, using ${currency} from symbol data` |
|
|
|
|
|
); |
|
|
|
|
|
return currency; |
|
|
return currency; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|