forked from AkkomaGang/akkoma
Fix incompatible type (Elixir 1.11)
This commit is contained in:
parent
636c00037d
commit
d3106c69c8
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
|
error
|
||||||
|
|
||||||
_ ->
|
_ ->
|
||||||
|
|
Loading…
Reference in a new issue