Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
feld 2020-10-07 16:44:52 +00:00
parent f3bc076f09
commit 6d1666a080
1 changed files with 1 additions and 1 deletions

View File

@ -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
_ ->