From d47c503c6d6da5d24c29c463bdf52e28f29dd231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20W=C3=B6ginger?= Date: Tue, 14 May 2024 22:56:54 +0200 Subject: [PATCH] fix uuid for Nodeid ** (KeyError) key :id not found --- lib/radiator/outline/event_consumer.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/radiator/outline/event_consumer.ex b/lib/radiator/outline/event_consumer.ex index 8b2c345e..332cbc52 100644 --- a/lib/radiator/outline/event_consumer.ex +++ b/lib/radiator/outline/event_consumer.ex @@ -52,7 +52,7 @@ defmodule Radiator.Outline.EventConsumer do def handle_change_node_content_result({:ok, node}, %ChangeNodeContentCommand{} = command) do %NodeContentChangedEvent{ - node_id: node.id, + node_id: node.uuid, content: node.content, user_id: command.user_id, event_id: command.event_id