Skip to content

Commit

Permalink
Merge pull request #7 from joelhill/score-current-inning-is-busted
Browse files Browse the repository at this point in the history
current inning is an int. now fixed.
  • Loading branch information
Joel Hill authored Apr 20, 2019
2 parents 53ad668 + b2f5683 commit 65be52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ type Venue struct {
}

type Score struct {
CurrentInning *string `json:"currentInning"`
CurrentInning *int `json:"currentInning"`
CurrentInningHalf *string `json:"currentInningHalf"`
CurrentIntermission *string `json:"currentIntermission"`
AwayScoreTotal *int `json:"awayScoreTotal"`
Expand Down

0 comments on commit 65be52e

Please sign in to comment.