forked from AkkomaGang/akkoma
Fix linting.
This commit is contained in:
parent
f889400d05
commit
5221879c35
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ def increase_replies_count(ap_id) do
|
|||
end
|
||||
end
|
||||
|
||||
defp poll_is_multiple?(%Object{data: %{"anyOf" => [_ | _]}}), do: true
|
||||
defp poll_is_multiple?(%Object{data: %{"anyOf" => [_ | _]}}), do: true
|
||||
|
||||
defp poll_is_multiple?(_), do: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue