Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorrisondev committed Dec 5, 2024
1 parent d7e8e5a commit 2191e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/users/metadata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Public metadata is accessible by both the frontend and the backend, but can only
const client = await clerkClient()

await client.users.updateUserMetadata(userId, {
privateMetadata: {
publicMetadata: {
stripeId: stripeId,
},
})
Expand Down

0 comments on commit 2191e49

Please sign in to comment.