chore: rename files

This commit is contained in:
Catalin Pit
2023-09-08 12:42:14 +03:00
committed by Mythie
parent a94b80d07d
commit a2635851cf
4 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,5 @@
import { prisma } from '@documenso/prisma';
export const getDocsCount = async () => {
return await prisma.document.count();
};