Merge branch 'chore/elixir-1.11' of git.pleroma.social:pleroma/pleroma into chore/elixir-1.11

This commit is contained in:
Mark Felder 2020-10-07 11:45:11 -05:00
commit b0198d3435
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ defp do_purge(method, url, headers, options) do
{:ok, %{status: status} = env} when 400 <= status and status < 500 ->
{:error, env}
{:error, error} ->
{:error, _} = error ->
error
_ ->