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

@ -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,