aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rankings/fetch.go1
1 files changed, 0 insertions, 1 deletions
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
22 log.Println("fetching leaderboard") 22 log.Println("fetching leaderboard")
23 players := map[SteamID]*Player{} 23 players := map[SteamID]*Player{}
24 // first init players map with records from portal gun and doors 24 // first init players map with records from portal gun and doors
25 return nil, errLb
26 fetchAnotherPage := true 25 fetchAnotherPage := true
27 start := 0 26 start := 0
28 end := 5000 27 end := 5000