Skip to content

Commit 6a7f6e2

Browse files
committed
testing
1 parent 33d4751 commit 6a7f6e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/db.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const prismaClientSingleton = () => {
44
return new PrismaClient();
55
};
66

7+
con
78
type PrismaClientSingleton = ReturnType<typeof prismaClientSingleton>;
89

910
const globalForPrisma = globalThis as unknown as {

0 commit comments

Comments
 (0)