where: { id: { in: [ null ] } }
@ -1892,9 +1892,13 @@ export class PortfolioService {
});
} else {
const accountIds = uniq(
orders.map(({ accountId }) => {
return accountId;
})
orders
.filter(({ accountId }) => {
.map(({ accountId }) => {
);
currentAccounts = await this.accountService.accounts({