forked from AkkomaGang/akkoma
Merge branch 'chore/elixir-1.11' of git.pleroma.social:pleroma/pleroma into chore/elixir-1.11
This commit is contained in:
commit
b0198d3435
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ defp do_purge(method, url, headers, options) do
|
||||||
{:ok, %{status: status} = env} when 400 <= status and status < 500 ->
|
{:ok, %{status: status} = env} when 400 <= status and status < 500 ->
|
||||||
{:error, env}
|
{:error, env}
|
||||||
|
|
||||||
{:error, error} ->
|
{:error, _} = error ->
|
||||||
error
|
error
|
||||||
|
|
||||||
_ ->
|
_ ->
|
||||||
|
|
Loading…
Reference in a new issue