Skip to content

Commit

Permalink
Merge pull request #13 from joelhill/map-external-mappings
Browse files Browse the repository at this point in the history
changed external mappings from interface to type'd struct
  • Loading branch information
joelhill authored Apr 9, 2021
2 parents 77703b2 + 2a94cce commit 1fa9b6f
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 interface{} `json:"externalMappings"`
ExternalMappings ExternalMappings `json:"externalMappings"`
}

type Team struct {
Expand Down

0 comments on commit 1fa9b6f

Please sign in to comment.