mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
chore: rename files
This commit is contained in:
5
packages/lib/server-only/admin/get-documents-stats.ts
Normal file
5
packages/lib/server-only/admin/get-documents-stats.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { prisma } from '@documenso/prisma';
|
||||
|
||||
export const getDocsCount = async () => {
|
||||
return await prisma.document.count();
|
||||
};
|
||||
Reference in New Issue
Block a user