Skip to content

Commit b9b294c

Browse files
author
Matthew
committed
checking conn
1 parent 2b9a799 commit b9b294c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/turn_junebug_expressway_web/utils.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defmodule TurnJunebugExpresswayWeb.Utils do
3232

3333
def format_message(conn) do
3434
{:ok, body} = Jason.decode(conn.private[:raw_body])
35-
35+
IO.puts("conn#{inspect(conn)}")
3636
# IO.puts(">>> format message")
3737
# # credo:disable-for-next-line
3838
# IO.inspect(body)

0 commit comments

Comments
 (0)