Anzeige für lsitenplatz, sortierung nach Datum

This commit is contained in:
PxlLoewe
2025-03-11 00:25:42 -07:00
parent 92dff8f3c9
commit 07310907f1
6 changed files with 129 additions and 27 deletions

View File

@@ -38,8 +38,13 @@ export default async () => {
},
include: {
Participants: {
where: {
userId: user.id,
select: {
enscriptionDate: true,
id: true,
userId: true,
},
orderBy: {
enscriptionDate: "asc",
},
},
_count: {