This commit is contained in:
David Nguyen
2025-02-05 00:57:10 +11:00
parent 1057ae6d2a
commit f4b2f8614e
2 changed files with 2 additions and 16 deletions

View File

@ -172,20 +172,6 @@ export const documentRouter = router({
};
}
console.log({
userId: user.id,
teamId,
query,
templateId,
page,
perPage,
source,
status,
period,
senderIds,
orderBy: orderByColumn ? { column: orderByColumn, direction: orderByDirection } : undefined,
});
const [stats, documents] = await Promise.all([
getStats(getStatOptions),
findDocuments({