Skip to content

Commit

Permalink
adding teamABBr to nfl call
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebRose committed Apr 15, 2024
1 parent 936358d commit 7f5cb05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/CollegePlayerCSV.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ func MapNFLPlayerToCSVModel(player structs.NFLPlayer) CollegePlayerCSV {
LastName: player.LastName,
Position: player.Position,
Archetype: player.Archetype,
Team: player.TeamAbbr,
Year: Year,
Age: player.Age,
Stars: player.Stars,
Expand Down

0 comments on commit 7f5cb05

Please sign in to comment.