chore: implemented feedback

This commit is contained in:
pit
2023-10-13 11:48:52 +03:00
committed by Mythie
parent 0e77faee3f
commit 4ed467693f
3 changed files with 5 additions and 100 deletions

View File

@ -1,6 +1,5 @@
import { Prisma } from '@prisma/client';
import { prisma } from '@documenso/prisma';
import { Prisma } from '@documenso/prisma/client';
type GetAllUsersProps = {
username: string;