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: {
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -8483,7 +8483,7 @@
|
||||
"react-hook-form": "^7.41.5",
|
||||
"react-pdf": "^6.2.2",
|
||||
"sass": "^1.57.1",
|
||||
"short-uuid": "*",
|
||||
"short-uuid": "^4.2.2",
|
||||
"tailwindcss": "^3.2.4",
|
||||
"typescript": "4.8.4"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user