Skip to content

Commit

Permalink
Merge branch 'main' into patch-7
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 24, 2024
2 parents 8b08d95 + 4fb86a0 commit 49169f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/concepts/stores.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ setStore("users", 0, {

// is equivalent to

setStore("users", 1, (user) => ({
setStore("users", 0, (user) => ({
...user,
id: 69420,
id: 109,
}))
```

Expand Down

0 comments on commit 49169f6

Please sign in to comment.