Skip to content

Commit

Permalink
fix: 🐛 fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Dec 21, 2024
1 parent 0453e1f commit 547b89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/db/src/client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { PrismaClient } from '@prisma/client';

declare global {
// eslint-disable-next-line no-var
var prisma: PrismaClient | undefined;
}

Expand Down

0 comments on commit 547b89e

Please sign in to comment.