Dialyzer: pattern can never match the type because it is covered by previous clauses.

This commit is contained in:
Mark Felder 2024-07-01 10:58:22 -04:00
commit 69482004fc
8 changed files with 0 additions and 15 deletions

View file

@ -43,10 +43,6 @@ defmodule Pleroma.Frontend do
{:download_or_unzip, _} ->
Logger.info("Could not download or unzip the frontend")
{:error, "Could not download or unzip the frontend"}
_e ->
Logger.info("Could not install the frontend")
{:error, "Could not install the frontend"}
end
end