giant massive dep upgrade and dialyxir-found error emporium #371
1 changed files with 1 additions and 1 deletions
remove IO.inspect
commit
268ecf44a8
|
|
@ -26,7 +26,7 @@ defmodule Pleroma.Signature do
|
|||
{:ok, ap_id}
|
||||
|
||||
_ ->
|
||||
case IO.inspect(Pleroma.Web.WebFinger.finger(maybe_ap_id), label: :fing) do
|
||||
case Pleroma.Web.WebFinger.finger(maybe_ap_id) do
|
||||
{:ok, %{"ap_id" => ap_id}} -> {:ok, ap_id}
|
||||
_ -> {:error, maybe_ap_id}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue