Commit ba847f3969d40d8ca7e0a4d679202b277455fc8a

Thomas de Grivel 2022-02-03T12:38:11

debug

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/discord.ex b/lib/discord.ex
index c81f79c..1fccb56 100644
--- a/lib/discord.ex
+++ b/lib/discord.ex
@@ -1,6 +1,7 @@
 defmodule Discord do
 
   def error(conn, params) do
+    IO.inspect(conn)
     uri = conn.request_uri
     user = conn.assigns[:current_user]
     webhook = Application.get_env(:kmxgit, :discord_errors_webhook)