Anzeige für lsitenplatz, sortierung nach Datum
This commit is contained in:
@@ -38,8 +38,13 @@ export default async () => {
|
||||
},
|
||||
include: {
|
||||
Participants: {
|
||||
where: {
|
||||
userId: user.id,
|
||||
select: {
|
||||
enscriptionDate: true,
|
||||
id: true,
|
||||
userId: true,
|
||||
},
|
||||
orderBy: {
|
||||
enscriptionDate: "asc",
|
||||
},
|
||||
},
|
||||
_count: {
|
||||
|
||||
Reference in New Issue
Block a user