Skip to content

Commit

Permalink
add puuid field to spectator response
Browse files Browse the repository at this point in the history
  • Loading branch information
harmonherring committed Apr 17, 2024
1 parent e61ed3b commit c4a2055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions riot/lol/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ type CurrentGameParticipant struct {
Spell1ID int `json:"spell1Id"`
TeamID int `json:"teamId"`
SummonerID string `json:"summonerId"`
PUUID string `json:"puuid"`
}

// GetChampion returns the champion played by this participant
Expand Down

0 comments on commit c4a2055

Please sign in to comment.