From eb8717e38843c441037d7effc8d55d3b7aea4fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Charvet=20=E9=BB=91=E7=93=9C?= Date: Sat, 6 Jul 2024 18:07:34 +0100 Subject: [PATCH] fix dialyzer --- lib/teiserver/protocols/tachyon_json_ws/tachyon_schema.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/teiserver/protocols/tachyon_json_ws/tachyon_schema.ex b/lib/teiserver/protocols/tachyon_json_ws/tachyon_schema.ex index 36edba7c1..642352cb6 100644 --- a/lib/teiserver/protocols/tachyon_json_ws/tachyon_schema.ex +++ b/lib/teiserver/protocols/tachyon_json_ws/tachyon_schema.ex @@ -3,7 +3,7 @@ defmodule Teiserver.Tachyon.Schema do """ - @spec load_schemas :: list + @spec load_schemas :: {:ok, list} def load_schemas() do schemas = Application.get_env(:teiserver, Teiserver)[:tachyon_schema_path]