Browse Source

Task/clean up get holding call in import service (#7207)

Clean up
pull/7210/head
Thomas Kaul 2 weeks ago
committed by GitHub
parent
commit
818411b10d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      apps/api/src/app/import/import.service.ts

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

@ -69,8 +69,7 @@ export class ImportService {
const holding = await this.portfolioService.getHolding({ const holding = await this.portfolioService.getHolding({
dataSource, dataSource,
symbol, symbol,
userId, userId
impersonationId: undefined
}); });
if (!holding) { if (!holding) {

Loading…
Cancel
Save