Skip to content

Commit

Permalink
Merge pull request #38 from praekeltfoundation/recipient_ids_logs
Browse files Browse the repository at this point in the history
adding logs
  • Loading branch information
MatthewWeppenaar authored Aug 12, 2024
2 parents d44dff7 + c9d1a84 commit 2b9a799
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 2b9a799

Please sign in to comment.