Fix mix task pleroma.instance dialyzer error

lib/mix/tasks/pleroma/instance.ex:356:pattern_match_cov
The pattern
:variable_

can never match, because previous clauses completely cover the type
%{
  :anonymize => boolean(),
  :dedupe => boolean(),
  :read_description => boolean(),
  :strip_location => boolean()
}.
This commit is contained in:
Mark Felder 2024-01-20 15:55:33 -05:00
parent 3c65a2899d
commit 2a28377be0
2 changed files with 0 additions and 2 deletions

View File

@ -352,6 +352,4 @@ defmodule Mix.Tasks.Pleroma.Instance do
enabled_filters
end
defp upload_filters(_), do: []
end