We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c9f7ec + 1806e58 commit d90eeafCopy full SHA for d90eeaf
1 file changed
src/user/repository/user.repository.js
@@ -1,5 +1,7 @@
1
import { prisma } from "../../db.config.js"
2
-import { RequestStatus } from "@prisma/client";
+import * as PrismaClient from "@prisma/client";
3
+
4
+const { RequestStatus } = PrismaClient;
5
6
export const UserRepository = {
7
/**
0 commit comments