We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65be52e + ea760c4 commit acac66cCopy full SHA for acac66c
models.go
@@ -120,7 +120,7 @@ type Venue struct {
120
type Score struct {
121
CurrentInning *int `json:"currentInning"`
122
CurrentInningHalf *string `json:"currentInningHalf"`
123
- CurrentIntermission *string `json:"currentIntermission"`
+ CurrentIntermission *int `json:"currentIntermission"`
124
AwayScoreTotal *int `json:"awayScoreTotal"`
125
AwayHitsTotal *int `json:"awayHitsTotal"`
126
AwayErrorsTotal *int `json:"awayErrorsTotal"`
0 commit comments