We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878af9d commit f2ed526Copy full SHA for f2ed526
1 file changed
src/services/ticket.service.js
@@ -326,6 +326,9 @@ export const getAll = async ({
326
where: searchFilters,
327
include: {
328
Flights: {
329
+ orderBy: {
330
+ departureTime: "asc",
331
+ },
332
333
Route: {
334
@@ -521,6 +524,9 @@ export const getById = async (id) => {
521
524
},
522
525
523
526
527
528
529
530
531
532
0 commit comments