mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-01-19 10:46:05 +01:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
f3bc076f09
commit
6d1666a080
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
_ ->
|
||||
|
|
Loading…
Reference in a new issue