Skip to content

Commit

Permalink
avoid modifying item.cid or list.cid when updating #418
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 10, 2023
1 parent 8acf8c0 commit 49f4042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/app/item.ex
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ defmodule App.Item do
|> validate_required([:cid, :text, :person_id])
end


@doc """
`create_item/1` creates an `item`.
Expand Down

0 comments on commit 49f4042

Please sign in to comment.