Skip to content

Commit

Permalink
docs: Fix old code in Getting Started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenseacat authored Dec 29, 2024
1 parent 2dadf5b commit 86fe964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/tutorials/get-started-with-ash-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ for i <- 0..5 do
ticket =
Helpdesk.Support.Ticket
|> Ash.Changeset.for_create(:open, %{subject: "Issue #{i}"})
|> Helpdesk.Support.create!()
|> Ash.create!()
|> Ash.Changeset.for_update(:assign, %{representative_id: representative.id})
|> Ash.update!()

Expand Down

0 comments on commit 86fe964

Please sign in to comment.