Fix build warning
This commit is contained in:
parent
be5c5118cb
commit
e170fc40dd
1 changed files with 0 additions and 1 deletions
|
@ -253,7 +253,6 @@ defp maybe_touch_changeset(changeset, _), do: changeset
|
|||
|
||||
def do_update_and_invalidate_cache(orig_object, updated_object, touch_changeset? \\ false) do
|
||||
orig_object_ap_id = updated_object["id"]
|
||||
orig_object = Object.get_by_ap_id(orig_object_ap_id)
|
||||
orig_object_data = orig_object.data
|
||||
|
||||
%{
|
||||
|
|
Loading…
Reference in a new issue