Skip to content

Commit 73b00b7

Browse files
committed
refactor: remove eslint disable comment for global variable declaration
1 parent 44242d2 commit 73b00b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/db/prisma.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { PrismaClient } from "@/../generated/prisma/client";
22

33
// Global variable to store the Prisma client instance
44
declare global {
5-
// eslint-disable-next-line no-var
65
var __prisma: PrismaClient | undefined;
76
}
87

0 commit comments

Comments
 (0)