Skip to content

Commit

Permalink
Merge pull request #6 from joelhill/playstatus-is-busted
Browse files Browse the repository at this point in the history
removed playStatus from the score model until it can be properly marshalled.
  • Loading branch information
Joel Hill authored Apr 2, 2019
2 parents 83a7831 + 1e2f803 commit 53ad668
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions config_url_variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ const (

// VersionV2_0 - v2.0
VersionV2_0 = "v2.0"

// VersionV2_1 - v2.1
VersionV2_1 = "v2.1"
)

// SPORT
Expand Down Expand Up @@ -67,6 +70,9 @@ const (

// DateTomorrow -
DateTomorrow = "tomorrow"

// Date2019Season -
Date2019Season = "2019-regular"
)

// STATUS
Expand Down
1 change: 0 additions & 1 deletion models.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ type Score struct {
CurrentInning *string `json:"currentInning"`
CurrentInningHalf *string `json:"currentInningHalf"`
CurrentIntermission *string `json:"currentIntermission"`
PlayStatus *string `json:"playStatus"`
AwayScoreTotal *int `json:"awayScoreTotal"`
AwayHitsTotal *int `json:"awayHitsTotal"`
AwayErrorsTotal *int `json:"awayErrorsTotal"`
Expand Down

0 comments on commit 53ad668

Please sign in to comment.