Skip to content

Commit

Permalink
Merge pull request #14 from joelhill/external-mapping-bug
Browse files Browse the repository at this point in the history
fixed mapping bug
  • Loading branch information
joelhill committed Apr 10, 2021
2 parents 1fa9b6f + 648e1ab commit b97722d
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 @@ -265,7 +265,7 @@ type Player struct {
SocialMediaAccounts interface{} `json:"socialMediaAccounts"`
CurrentContractYear *CurrentContractYear `json:"currentContractYear"`
Drafted Drafted `json:"drafted"`
ExternalMappings ExternalMappings `json:"externalMappings"`
ExternalMappings []ExternalMapping `json:"externalMappings"`
}

type Team struct {
Expand Down

0 comments on commit b97722d

Please sign in to comment.