Skip to content

Commit

Permalink
Update actions.mdx
Browse files Browse the repository at this point in the history
There's an error on line 157 - the object needs to be spread.
  • Loading branch information
vladstudio authored Mar 1, 2025
1 parent f0a312c commit 202a7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ import { user } from './user';

export const server = {
myAction: defineAction({ /* ... */ }),
user,
...user,
}
```

Expand Down

0 comments on commit 202a7d0

Please sign in to comment.