Browse Source

Clean up (#2329)

pull/2369/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
8f64a77a9d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/api/src/app/import/import.service.ts

2
apps/api/src/app/import/import.service.ts

@ -410,7 +410,7 @@ export class ImportService {
currency,
userCurrency
),
//@ts-ignore
// @ts-ignore
SymbolProfile: assetProfile,
valueInBaseCurrency: this.exchangeRateDataService.toCurrency(
value,

Loading…
Cancel
Save