diff --git a/cmd/acb-index-builder/db.go b/cmd/acb-index-builder/db.go index de1ae5d..db86ccd 100644 --- a/cmd/acb-index-builder/db.go +++ b/cmd/acb-index-builder/db.go @@ -522,6 +522,7 @@ func fetchSeriesGames(ctx context.Context, db *sql.DB, seriesID int64) ([]Series LEFT JOIN matches m ON sg.match_id = m.match_id WHERE sg.series_id = $1 ORDER BY sg.game_num + LIMIT 100 `, seriesID) if err != nil { return nil, err