Skip to content

Commit

Permalink
Request earliest importable competitions from the WCA API
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed May 11, 2024
1 parent d552128 commit fe80a47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/wca_live/wca/api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ defmodule WcaLive.Wca.Api do

params = %{
"managed_by_me" => true,
"start" => two_days_ago
"start" => two_days_ago,
"sort" => "start_date"
}

build_req()
Expand Down

0 comments on commit fe80a47

Please sign in to comment.