Skip to content

Commit

Permalink
Fix Prisma import example typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens authored Feb 26, 2024
1 parent ee1bdac commit 7976530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-session-next-auth/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async function getKeystoneContext () {
(await import('./keystone')).default,
// We use the prisma client from the .myprisma folder in order to support multiple Prisma Clients in our examples
// your project will only have one Prisma Client, so you can use the following instead:
// await import('@primsa/client')
// await import('@prisma/client')
await import('.myprisma/client')
)
if (process.env.NODE_ENV !== 'production') {
Expand Down

0 comments on commit 7976530

Please sign in to comment.