Skip to content

Commit

Permalink
Re-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Sep 16, 2024
1 parent 7135518 commit 538be1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/db/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { PrismaClient } from "@prisma/client";
const prismaClientSingleton = () => {
return new PrismaClient();
};

type PrismaClientSingleton = ReturnType<typeof prismaClientSingleton>;

// eslint-disable-next-line
Expand Down

0 comments on commit 538be1f

Please sign in to comment.