This commit is contained in:
2025-04-07 22:43:52 +10:00
parent 4508b19f4b
commit 7076e9d259
10 changed files with 67 additions and 133 deletions

View File

@ -28,7 +28,7 @@ func IsGamesAggregated(games []*pb.Game) (map[uint64]bool, error) {
}
res := make(map[uint64]bool, len(games))
g := []*model.Game{}
var g []*model.Game
err = cursor.All(ctx, &g)
if err != nil {
return nil, fmt.Errorf("failed to get games: %w", err)