Skip to content

Commit

Permalink
Merge pull request #62 from ordero-team/develop
Browse files Browse the repository at this point in the history
v24.09.20.00
  • Loading branch information
akbarsaputrait authored Sep 20, 2024
2 parents c56bc0e + bd4ecbc commit 8d6be0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/staff/restaurant/order/order.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class OrderController {
query.andWhere('t1.status = :status', { status: quero.status });
}

const results = await query.search().sort().getPaged();
const results = await query.search().sort().dateRange().getPaged();
await response.paginate(results, OrderTransformer);
}
}

0 comments on commit 8d6be0c

Please sign in to comment.