aboutsummaryrefslogtreecommitdiff
path: root/rankings/fetch.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-03-20 11:42:39 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-03-20 11:42:39 +0300
commita970a15569d19f0c6a0366e990067c7b6ab80e0f (patch)
tree2ac11d114396d518f4aa1f66db843d2d7bd53b33 /rankings/fetch.go
parentfix/frontend: broken summary difficulty v2 (#272) (diff)
downloadlphub-a970a15569d19f0c6a0366e990067c7b6ab80e0f.tar.gz
lphub-a970a15569d19f0c6a0366e990067c7b6ab80e0f.tar.bz2
lphub-a970a15569d19f0c6a0366e990067c7b6ab80e0f.zip
fix/rankings: remove debug return
Diffstat (limited to 'rankings/fetch.go')
-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