We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44242d2 commit 73b00b7Copy full SHA for 73b00b7
src/db/prisma.ts
@@ -2,7 +2,6 @@ import { PrismaClient } from "@/../generated/prisma/client";
2
3
// Global variable to store the Prisma client instance
4
declare global {
5
- // eslint-disable-next-line no-var
6
var __prisma: PrismaClient | undefined;
7
}
8
0 commit comments