Skip to content

Commit

Permalink
fixed mapping bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Hill committed Apr 10, 2021
1 parent 1fa9b6f commit 648e1ab
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 648e1ab

Please sign in to comment.