Skip to content

Commit

Permalink
docs: update prisma.md, remove unused import (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0h311 authored Mar 10, 2024
1 parent dd9e530 commit 08e6b8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/pages/database/prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ model Session {
`PrismaAdapter` takes a session and user model.

```ts
import { Lucia } from "lucia";
import { PrismaAdapter } from "@lucia-auth/adapter-prisma";
import { PrismaClient } from "@prisma/client";

Expand Down

0 comments on commit 08e6b8b

Please sign in to comment.