Added few functions
This commit is contained in:
@@ -35,6 +35,9 @@ export async function GET(request: NextRequest) {
|
||||
telephone: true,
|
||||
},
|
||||
},
|
||||
participations: {
|
||||
select: { id: true },
|
||||
},
|
||||
},
|
||||
orderBy: {
|
||||
updatedAt: 'desc' as const,
|
||||
|
||||
Reference in New Issue
Block a user