Skip to content

Commit

Permalink
fix dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
geekingfrog committed Jul 27, 2024
1 parent aeb64b3 commit 67495ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teiserver/protocols/tachyon_json_ws/tachyon_schema.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 67495ed

Please sign in to comment.