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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
2 deletions
-
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) { |
|
|
|