We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9f7ec commit 1806e58Copy full SHA for 1806e58
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