Added few functions
This commit is contained in:
@@ -59,6 +59,9 @@ export async function GET(request: NextRequest) {
|
||||
telephone: true,
|
||||
},
|
||||
},
|
||||
participations: {
|
||||
select: { id: true },
|
||||
},
|
||||
},
|
||||
orderBy,
|
||||
take: limit ? parseInt(limit) : undefined,
|
||||
|
||||
Reference in New Issue
Block a user