Skip to content

Commit 9e8d761

Browse files
committed
Removed dead path
1 parent d840156 commit 9e8d761

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/jsonpatch/operation/remove.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ defimpl Jsonpatch.Operation, for: Jsonpatch.Operation.Remove do
7171

7272
case List.pop_at(target, index) do
7373
{nil, _} -> {:error, :invalid_index, fragment}
74-
{{:error, _, _} = error, _} -> error
7574
_ -> update_list
7675
end
7776
end

0 commit comments

Comments
 (0)