Skip to content

Commit

Permalink
replacing io.inspects with put
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed Aug 1, 2024
1 parent 03f4866 commit 174d266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/turn_junebug_expressway_web/utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ defmodule TurnJunebugExpresswayWeb.Utils do

def forward_event(event) do
# IO.puts("#{inspect(event)}")
IO.inspect("#{inspect(TurnAgent.get(Map.get(event, "user_message_id")))}")
IO.puts("#{inspect(TurnAgent.get(Map.get(event, "user_message_id")))}")

case event |> get_event_status do
{:ignore, _} ->
Expand Down

0 comments on commit 174d266

Please sign in to comment.