From cec06bb7dea7383408f2ece358f05d5869c151b0 Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 9 Jun 2023 23:23:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/indie/micropub=5Fhandl?= =?UTF-8?q?er.ex=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/chiya_web/indie/micropub_handler.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chiya_web/indie/micropub_handler.ex b/lib/chiya_web/indie/micropub_handler.ex index 4d3430f..20e6347 100644 --- a/lib/chiya_web/indie/micropub_handler.ex +++ b/lib/chiya_web/indie/micropub_handler.ex @@ -8,7 +8,7 @@ defmodule ChiyaWeb.Indie.MicropubHandler do @impl true def handle_create(type, properties, access_token) do Logger.info("Handle create") - Logger.info("Properties: #{properties}") + Logger.info("Properties: #{inspect(properties)}") Logger.info("Type: #{type}") with :ok <- verify_token(access_token),