Skip to content

Commit

Permalink
Fix documentation example: Cannot find name 'myPrismaClientInstance'. (
Browse files Browse the repository at this point in the history
  • Loading branch information
sovetski authored Mar 12, 2024
1 parent f5e57d9 commit 27837de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const prismaClient = new PrismaClient()
const handler = async (req, res) => {
const nextCrudHandler = await NextCrud({
adapter: new PrismaAdapter({
prismaClient: myPrismaClientInstance,
prismaClient: prismaClient,
}),
})

Expand Down

0 comments on commit 27837de

Please sign in to comment.