Skip to content

Commit

Permalink
fix dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
geekingfrog committed Jul 10, 2024
1 parent 89bc591 commit eb8717e
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 eb8717e

Please sign in to comment.