Skip to content

Commit

Permalink
Merge branch 'main' into #DA-340-nuxt-module-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell authored Jun 13, 2024
2 parents 1fe1292 + 10a931a commit 84315cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/400-pulse/400-api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const stream = await prisma.user.stream({
});
```

#### Filter for deleted `User` records where the `email` contains `hello` after the update
#### Filter for deleted `User` records where the `email` contains `hello`

```ts
const stream = await prisma.user.stream({
Expand Down Expand Up @@ -272,7 +272,7 @@ const subscription = await prisma.user.subscribe({
});
```

#### Filter for deleted `User` records where the `email` contains `hello` after the update
#### Filter for deleted `User` records where the `email` contains `hello`

```ts
const subscription = await prisma.user.subscribe({
Expand Down

0 comments on commit 84315cc

Please sign in to comment.