Skip to content

Commit

Permalink
fix code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Nov 28, 2024
1 parent 60e4d90 commit e4b8c56
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ Prisma v6 replaces the usage of [`Buffer`](https://nodejs.org/api/buffer.html)

#### Before

```ts
import { PrismaClient } from '@prisma/client'

async function main() {
Expand All @@ -215,6 +216,7 @@ async function main() {
}

main()
```

#### After

Expand Down Expand Up @@ -242,6 +244,7 @@ async function main() {
}

main()
```

### Removed `NotFoundError`

Expand Down Expand Up @@ -301,7 +304,6 @@ try {
With this release, you can't use `async`, `await` and `using` as model names any more.



## Preview features promoted to General Availability

In this release, we are promoting a number of [Preview](/orm/more/releases#preview) features to [General Availability](/orm/more/releases#generally-available-ga).
Expand Down

0 comments on commit e4b8c56

Please sign in to comment.