We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739768e commit 9110036Copy full SHA for 9110036
services/app/apps/codebattle/lib/codebattle/tournament/round.ex
@@ -62,7 +62,7 @@ defmodule Codebattle.Tournament.Round do
62
:module,
63
:task_pack_id
64
])
65
- |> validate_inclusion(:level, Tournament.levels())
+ |> validate_inclusion(:level, Tournament.Task.levels())
66
|> validate_inclusion(:state, @states)
67
|> validate_inclusion(:task_provider, Tournament.task_providers())
68
|> validate_inclusion(:task_strategy, Tournament.task_strategies())
0 commit comments