- 
- 
- 
This commit is contained in:
2026-05-18 18:31:16 +07:00
parent b599d01eea
commit c4efe4453b
36 changed files with 3057 additions and 1493 deletions
+3
View File
@@ -160,6 +160,9 @@ export const tripRepo = {
},
},
images: { orderBy: { order: "asc" } },
itineraryItems: {
orderBy: [{ day: "asc" }, { order: "asc" }],
},
participants: {
include: {
user: {