Merge remote-tracking branch 'origin/devel' into devel

This commit is contained in:
Inhji 2023-06-10 07:59:43 +02:00
commit 871170fb8a

View file

@ -8,7 +8,7 @@ defmodule ChiyaWeb.Indie.MicropubHandler do
@impl true @impl true
def handle_create(type, properties, access_token) do def handle_create(type, properties, access_token) do
Logger.info("Handle create") Logger.info("Handle create")
Logger.info("Properties: #{properties}") Logger.info("Properties: #{inspect(properties)}")
Logger.info("Type: #{type}") Logger.info("Type: #{type}")
with :ok <- verify_token(access_token), with :ok <- verify_token(access_token),