Browse Source

Clean up

pull/7207/head
Thomas Kaul 2 weeks ago
parent
commit
5abebbde04
  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