Browse Source
Task/remove obsolete includeDrafts attribute in public controller (#5975)
* Remove obsolete includeDrafts attribute
main
Thomas Kaul
6 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
apps/api/src/app/endpoints/public/public.controller.ts
|
|
|
@ -82,7 +82,6 @@ export class PublicController { |
|
|
|
]); |
|
|
|
|
|
|
|
const { activities } = await this.orderService.getOrders({ |
|
|
|
includeDrafts: false, |
|
|
|
sortColumn: 'date', |
|
|
|
sortDirection: 'desc', |
|
|
|
take: 10, |
|
|
|
|