tesla adapter options debug

This commit is contained in:
Alex S 2019-08-14 14:41:08 +03:00
parent 888ac63df4
commit db848b2a13
2 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,6 @@ defmodule Pleroma.HTTP do
options
end
IO.inspect(options)
params = Keyword.get(options, :params, [])
%{}

View File

@ -12,6 +12,8 @@ defmodule Pleroma.ReverseProxy.Client.Tesla do
Keyword.get(opts, :adapter, [])
|> Keyword.put(:body_as, :chunks)
IO.inspect(adapter_opts)
with {:ok, response} <-
Pleroma.HTTP.request(
method,