Skip to content

Commit 9110036

Browse files
VitalyVitaly
authored andcommitted
Fix formatter
1 parent 739768e commit 9110036

File tree

1 file changed

+1
-1
lines changed
  • services/app/apps/codebattle/lib/codebattle/tournament

1 file changed

+1
-1
lines changed

services/app/apps/codebattle/lib/codebattle/tournament/round.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ defmodule Codebattle.Tournament.Round do
6262
:module,
6363
:task_pack_id
6464
])
65-
|> validate_inclusion(:level, Tournament.levels())
65+
|> validate_inclusion(:level, Tournament.Task.levels())
6666
|> validate_inclusion(:state, @states)
6767
|> validate_inclusion(:task_provider, Tournament.task_providers())
6868
|> validate_inclusion(:task_strategy, Tournament.task_strategies())

0 commit comments

Comments
 (0)