Skip to content

Commit

Permalink
fix uuid for Nodeid
Browse files Browse the repository at this point in the history
** (KeyError) key :id not found
  • Loading branch information
electronicbites committed May 14, 2024
1 parent c5586e7 commit d47c503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/radiator/outline/event_consumer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d47c503

Please sign in to comment.