forked from lucaspatenaude/ScoreSpot
Clicklable links added to top scorers table
This commit is contained in:
@@ -24,7 +24,7 @@ const fetchLeagueScorerData = async (req, res, next) => {
|
||||
player_name: player.player.name,
|
||||
},
|
||||
team: {
|
||||
team_id: player.player.id,
|
||||
team_id: player.team.id,
|
||||
team_name: player.team.name,
|
||||
team_crest: player.team.crest,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user