Skip to content

Commit acac66c

Browse files
author
Joel Hill
authored
Merge pull request #8 from joelhill/score-current-intermission-is-busted
current intermission is an int. now fixed.
2 parents 65be52e + ea760c4 commit acac66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ type Venue struct {
120120
type Score struct {
121121
CurrentInning *int `json:"currentInning"`
122122
CurrentInningHalf *string `json:"currentInningHalf"`
123-
CurrentIntermission *string `json:"currentIntermission"`
123+
CurrentIntermission *int `json:"currentIntermission"`
124124
AwayScoreTotal *int `json:"awayScoreTotal"`
125125
AwayHitsTotal *int `json:"awayHitsTotal"`
126126
AwayErrorsTotal *int `json:"awayErrorsTotal"`

0 commit comments

Comments
 (0)