diff --git a/lib/chiya/tags/tag_updater.ex b/lib/chiya/tags/tag_updater.ex index dfe9a98..634f97c 100644 --- a/lib/chiya/tags/tag_updater.ex +++ b/lib/chiya/tags/tag_updater.ex @@ -14,6 +14,10 @@ defmodule Chiya.Tags.TagUpdater do {:ok, note} end + def update_tags({:error, changeset}, _attrs) do + {:error, changeset} + end + @doc """ Updates the tags for the given schema