Browse Source

Task/remove obsolete includeDrafts attribute in public controller (#5975)

* Remove obsolete includeDrafts attribute
main
Thomas Kaul 9 hours ago
committed by GitHub
parent
commit
f18301c89e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      apps/api/src/app/endpoints/public/public.controller.ts

1
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,

Loading…
Cancel
Save