Skip to content

Commit

Permalink
broadcast node inserts
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Mar 17, 2024
1 parent c45fe13 commit aae9e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/radiator_web/controllers/api/outline_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule RadiatorWeb.Api.OutlineController do
defp create_node(_, _, nil), do: {:error, :episode}

defp create_node(user, content, episode_id) do
Outline.create_node(%{
Outline.create(%{
"content" => content,
"creator_id" => user.id,
"episode_id" => episode_id
Expand Down

0 comments on commit aae9e35

Please sign in to comment.