Dialyzer: pattern can never match the type

This commit is contained in:
Mark Felder 2024-07-01 11:17:14 -04:00
commit fd62969dc4
2 changed files with 0 additions and 4 deletions

View file

@ -620,7 +620,6 @@ defmodule Pleroma.Web.CommonAPI do
set_visibility(activity, opts)
else
nil -> {:error, :not_found}
{:error, reason} -> {:error, reason}
end
end