diff --git a/lib/teiserver/telemetry/schemas/complex_match_event.ex b/lib/teiserver/telemetry/schemas/complex_match_event.ex index 3185b8871..03603e5f0 100644 --- a/lib/teiserver/telemetry/schemas/complex_match_event.ex +++ b/lib/teiserver/telemetry/schemas/complex_match_event.ex @@ -23,5 +23,5 @@ defmodule Teiserver.Telemetry.ComplexMatchEvent do end @spec authorize(atom, Plug.Conn.t(), map()) :: boolean - def authorize(_action, conn, _params), do: allow?(conn, "Server") + def authorize(_action, conn, _params), do: allow?(conn, "Engine") end