We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5e79e commit c80f102Copy full SHA for c80f102
social/social.go
@@ -92,7 +92,7 @@ type GoogleProfile struct {
92
93
// SteamProfile is an abbreviated version of a Steam profile.
94
type SteamProfile struct {
95
- SteamID uint64 `json:"steamid"`
+ SteamID uint64 `json:"steamid,string"`
96
}
97
98
// SteamError contains a possible error response from the Steam Web API.
0 commit comments