Skip to content

Commit

Permalink
fixed playersIO model.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Hill committed Jun 6, 2019
1 parent 2d1e5fc commit 571128e
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 571128e

Please sign in to comment.