Browse Source

Remove parameter

pull/859/head
Thomas 3 years ago
parent
commit
ba76c94721
  1. 1
      apps/api/src/app/portfolio/portfolio.service.ts

1
apps/api/src/app/portfolio/portfolio.service.ts

@ -1197,7 +1197,6 @@ export class PortfolioService {
const orders = await this.orderService.getOrders({ const orders = await this.orderService.getOrders({
includeDrafts, includeDrafts,
tags,
userCurrency, userCurrency,
userId, userId,
types: ['BUY', 'SELL'] types: ['BUY', 'SELL']

Loading…
Cancel
Save