|
@ -303,7 +303,6 @@ export class PortfolioController { |
|
|
const { holdings } = await this.portfolioService.getDetails({ |
|
|
const { holdings } = await this.portfolioService.getDetails({ |
|
|
filters, |
|
|
filters, |
|
|
impersonationId, |
|
|
impersonationId, |
|
|
dateRange: 'max', |
|
|
|
|
|
userId: this.request.user.id |
|
|
userId: this.request.user.id |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
@ -533,7 +532,6 @@ export class PortfolioController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const { holdings } = await this.portfolioService.getDetails({ |
|
|
const { holdings } = await this.portfolioService.getDetails({ |
|
|
dateRange: 'max', |
|
|
|
|
|
filters: [{ id: 'EQUITY', type: 'ASSET_CLASS' }], |
|
|
filters: [{ id: 'EQUITY', type: 'ASSET_CLASS' }], |
|
|
impersonationId: access.userId, |
|
|
impersonationId: access.userId, |
|
|
userId: user.id |
|
|
userId: user.id |
|
|