fix unused variable warning

This commit is contained in:
Fly Dev 2025-06-23 14:48:04 +00:00
parent c6313de447
commit b50d35ee11

View file

@ -62,5 +62,5 @@ defmodule Parser.Object do
)
end
def parse(data), do: %{raw_type: :object}
def parse(_data), do: %{raw_type: :object}
end