commit: b0198d343509deceae634a59f5b3fd35c85759f0
parent fddea9e3ceb11ce2f749d23e7f3c2fa6d6c8df83
Author: Mark Felder <feld@FreeBSD.org>
Date: Wed, 7 Oct 2020 11:45:11 -0500
Merge branch 'chore/elixir-1.11' of git.pleroma.social:pleroma/pleroma into chore/elixir-1.11
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/pleroma/web/media_proxy/invalidations/http.ex b/lib/pleroma/web/media_proxy/invalidations/http.ex
@@ -30,7 +30,7 @@ defmodule Pleroma.Web.MediaProxy.Invalidation.Http do
{:ok, %{status: status} = env} when 400 <= status and status < 500 ->
{:error, env}
- {:error, error} ->
+ {:error, _} = error ->
error
_ ->