From a970a15569d19f0c6a0366e990067c7b6ab80e0f Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 20 Mar 2025 11:42:39 +0300 Subject: fix/rankings: remove debug return --- rankings/fetch.go | 1 - 1 file changed, 1 deletion(-) diff --git a/rankings/fetch.go b/rankings/fetch.go index 76a3526..7e9a449 100644 --- a/rankings/fetch.go +++ b/rankings/fetch.go @@ -22,7 +22,6 @@ func fetchLeaderboard(records []Record, overrides map[SteamID]map[string]int, us log.Println("fetching leaderboard") players := map[SteamID]*Player{} // first init players map with records from portal gun and doors - return nil, errLb fetchAnotherPage := true start := 0 end := 5000 -- cgit v1.2.3