Skip to content

Commit

Permalink
Merge pull request #11 from joelhill/fix-playersIO-model
Browse files Browse the repository at this point in the history
fixed playersIO model.
  • Loading branch information
joelhill committed Jun 6, 2019
2 parents 2d1e5fc + 571128e commit cb4d903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ type VenuesIO struct {
}

type PlayersIO struct {
LastUpdatedOn string `json:"lastUpdatedOn"`
Players *[]Players `json:"players"`
References *[]References `json:"references"`
LastUpdatedOn string `json:"lastUpdatedOn"`
Players *[]Players `json:"players"`
References *References `json:"references"`
}

type StandingsIO struct {
Expand Down

0 comments on commit cb4d903

Please sign in to comment.