mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +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({
|
const sent = await prisma.recipient.groupBy({
|
||||||
by: ["documentId"],
|
by: ["documentId"],
|
||||||
where: {
|
where: {
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -8483,7 +8483,7 @@
|
|||||||
"react-hook-form": "^7.41.5",
|
"react-hook-form": "^7.41.5",
|
||||||
"react-pdf": "^6.2.2",
|
"react-pdf": "^6.2.2",
|
||||||
"sass": "^1.57.1",
|
"sass": "^1.57.1",
|
||||||
"short-uuid": "*",
|
"short-uuid": "^4.2.2",
|
||||||
"tailwindcss": "^3.2.4",
|
"tailwindcss": "^3.2.4",
|
||||||
"typescript": "4.8.4"
|
"typescript": "4.8.4"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user