Skip to content

Commit b904ff2

Browse files
committed
Fix
1 parent 0958091 commit b904ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/app/apps/codebattle/lib/codebattle_web/controllers/api/v1/tournament_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule CodebattleWeb.Api.V1.TournamentController do
88

99
filter = %{
1010
from: get_datetime(params["from"]) || DateTime.utc_now(),
11-
to: get_datetime(params["to"]) || DateTime.add(DateTime.utc_now(), 30, :day),
11+
to: get_datetime(params["to"]) || DateTime.add(DateTime.utc_now(), 10, :day),
1212
user: current_user
1313
}
1414

0 commit comments

Comments
 (0)