Skip to content

Commit

Permalink
adding logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed Aug 12, 2024
1 parent d44dff7 commit c9d1a84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/turn_junebug_expressway_web/utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ defmodule TurnJunebugExpresswayWeb.Utils do
def forward_event(event) do
IO.puts("#{inspect(event)}")

IO.puts(
"#{inspect(MessageRecipientIdCache.get(:my_cache, Map.get(event, "user_message_id")))}"
)

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

0 comments on commit c9d1a84

Please sign in to comment.