mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
todo
This commit is contained in:
@ -163,6 +163,8 @@ export async function getServerSideProps(context: any) {
|
||||
},
|
||||
});
|
||||
|
||||
// todo optimize querys
|
||||
|
||||
const sent = await prisma.recipient.groupBy({
|
||||
by: ["documentId"],
|
||||
where: {
|
||||
|
||||
Reference in New Issue
Block a user