Skip to content

Commit

Permalink
chore: log team query
Browse files Browse the repository at this point in the history
  • Loading branch information
ze97286 committed May 13, 2024
1 parent 832f630 commit e304f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datanode/sqlstore/game_scores.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ func (gs *GameScores) ListTeamScores(

query := `SELECT * FROM game_team_scores_current `
query = fmt.Sprintf("%s %s", query, where)
gs.log.Info("query=" + query)
query, args, err = PaginateQuery[entities.TeamGameScoreCursor](query, args, gamesTeamOrderding, pagination)
if err != nil {
return nil, pageInfo, err
Expand Down

0 comments on commit e304f2c

Please sign in to comment.