summaryrefslogtreecommitdiff
path: root/lib/lsg_matrix/plug.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsg_matrix/plug.ex')
-rw-r--r--lib/lsg_matrix/plug.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsg_matrix/plug.ex b/lib/lsg_matrix/plug.ex
index 5d5b603..c0c027f 100644
--- a/lib/lsg_matrix/plug.ex
+++ b/lib/lsg_matrix/plug.ex
@@ -5,7 +5,7 @@ defmodule LSG.Matrix.Plug do
state
end
- def call(conn, _) do
+ def call(conn, _) do
hs = Application.get_env(:matrix_app_service, :homeserver_token)
MatrixAppServiceWeb.AuthPlug.call(conn, hs)
end