Skip to content

Commit 538be1f

Browse files
committed
Re-trigger
1 parent 7135518 commit 538be1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/db/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { PrismaClient } from "@prisma/client";
33
const prismaClientSingleton = () => {
44
return new PrismaClient();
55
};
6-
76
type PrismaClientSingleton = ReturnType<typeof prismaClientSingleton>;
87

98
// eslint-disable-next-line

0 commit comments

Comments
 (0)