Skip to content

Commit c540796

Browse files
committed
Mix format
1 parent bdda9b5 commit c540796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Codebattle.Tournament.UpcomingRunner do
77
alias Codebattle.Tournament
88

99
@tournament_run_upcoming Application.compile_env(:codebattle, :tournament_run_upcoming)
10-
@worker_timeout :timer.seconds(30)
10+
@worker_timeout to_timeout(second: 30)
1111

1212
@upcoming_time_before_live_mins 5
1313

0 commit comments

Comments
 (0)