summaryrefslogtreecommitdiff
path: root/lib/pleroma/frontend.ex
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-07-01 10:58:22 -0400
committerMark Felder <feld@feld.me>2024-07-01 11:38:40 -0400
commit69482004fc68174286e44010c816003aaa8868ce (patch)
tree13f9f5539f80492978a7c6a038b58d457f3e4e83 /lib/pleroma/frontend.ex
parent33fa035c314f8a45a7157f6f374e24ef4a707576 (diff)
downloadpleroma-69482004fc68174286e44010c816003aaa8868ce.tar.gz
pleroma-69482004fc68174286e44010c816003aaa8868ce.zip
Dialyzer: pattern can never match the type because it is covered by previous clauses.
Diffstat (limited to 'lib/pleroma/frontend.ex')
-rw-r--r--lib/pleroma/frontend.ex4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/pleroma/frontend.ex b/lib/pleroma/frontend.ex
index ec72fb6a4..816499917 100644
--- a/lib/pleroma/frontend.ex
+++ b/lib/pleroma/frontend.ex
@@ -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