diff --git a/service/scoresaber/bind_ss.go b/service/scoresaber/bind_ss.go index 26155cf..56dcc45 100644 --- a/service/scoresaber/bind_ss.go +++ b/service/scoresaber/bind_ss.go @@ -355,7 +355,7 @@ func (ss *ssQuery) GetRecentScores(count int, qqId string) ([]RecordDataLite, er } scores := response.Data for _, score := range scores { - if len(records) > count { + if len(records) >= count { break } record := RecordDataLite{