Skip to content

Commit

Permalink
Update prisma.md (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhjjgjjg authored Jan 4, 2025
1 parent e66ef7b commit 7c4a77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sessions/basic-api/prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ npm i @oslojs/encoding @oslojs/crypto

Here's what our API will look like. What each method does should be pretty self explanatory.

If you just need the code full code without the explanation, skip to the end of this section.
If you just need the full code without the explanation, skip to the end of this section.

```ts
import type { User, Session } from "@prisma/client";
Expand Down

0 comments on commit 7c4a77b

Please sign in to comment.