Fix unused variable

This commit is contained in:
tusooa 2023-05-22 08:19:58 -04:00
parent 6aafa7fe76
commit 819a82da99
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ def maybe_update_history(
defp maybe_update_poll(to_be_updated, updated_object) do
choice_key = fn
%{"anyOf" => [_ | _]} = data -> "anyOf"
%{"oneOf" => [_ | _]} = data -> "oneOf"
%{"anyOf" => [_ | _]} -> "anyOf"
%{"oneOf" => [_ | _]} -> "oneOf"
_ -> nil
end