This commit is contained in:
David Nguyen
2025-02-05 14:59:08 +11:00
parent 6b4c33a1bf
commit f55ccb21dd
6 changed files with 328 additions and 361 deletions

View File

@ -16,7 +16,6 @@
"@types/node": "^20",
"@documenso/lib": "*",
"@documenso/prisma": "*",
"@documenso/web": "*",
"pdf-lib": "^1.17.1"
},
"dependencies": {

View File

@ -226,8 +226,6 @@ export const findDocuments = async ({
};
}
console.log(JSON.stringify(whereClause, null, 2));
const [data, count] = await Promise.all([
prisma.document.findMany({
where: whereClause,