Skip to content

Commit

Permalink
adding missing values to FA response
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebRose committed Jun 12, 2024
1 parent d1a044e commit e549a69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions managers/FreeAgencyManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ func GetAllFreeAgentsWithOffers() []models.FreeAgentResponse {
KickPower: fa.KickPower,
PuntAccuracy: fa.PuntAccuracy,
PuntPower: fa.PuntPower,
InjuryRating: fa.Injury,
Stamina: fa.Stamina,
PotentialGrade: fa.PotentialGrade,
FreeAgency: fa.FreeAgency,
Personality: fa.Personality,
Expand Down
2 changes: 2 additions & 0 deletions models/FreeAgencyResponse.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ type FreeAgentResponse struct {
KickPower int
PuntAccuracy int
PuntPower int
InjuryRating int
Stamina int
PotentialGrade string
FreeAgency string
Personality string
Expand Down

0 comments on commit e549a69

Please sign in to comment.