Fix unused assignment
This commit is contained in:
parent
43bb2f39db
commit
da7394f33b
|
@ -56,8 +56,6 @@ def call(%{request_path: <<"/", @path, "/", file::binary>>} = conn, opts) do
|
|||
get_media(conn, get_method, proxy_remote, opts)
|
||||
else
|
||||
{:valid_host, false} ->
|
||||
conn
|
||||
|
||||
send_resp(conn, 400, Plug.Conn.Status.reason_phrase(400))
|
||||
|> halt()
|
||||
|
||||
|
|
Loading…
Reference in New Issue