Skip to content

Commit

Permalink
docs: Update cheat sheets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Oct 18, 2023
1 parent a2d67b3 commit 0841140
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ defmodule MyApp.Accounts.User do
user_info = Ash.Changeset.get_argument(changeset, :user_info)

changeset
|> Changeset.change_attribute(:email, user_info["email"])
|> Ash.Changeset.change_attribute(:email, user_info["email"])
end
end
end
Expand Down

0 comments on commit 0841140

Please sign in to comment.