Skip to content

Commit

Permalink
Bump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mshumayl committed Oct 1, 2024
1 parent b5c4ee4 commit aa00724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/api/routers/openai.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PrismaClientKnownRequestError, PrismaClientUnknownRequestError } from '@prisma/client/runtime';
import { PrismaClientKnownRequestError, PrismaClientUnknownRequestError } from '@prisma/client/runtime/data-proxy';
import { prisma } from '../../db';
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
/* eslint-disable @typescript-eslint/no-unsafe-call */
Expand Down

0 comments on commit aa00724

Please sign in to comment.