Team names changed to abbreviations
This commit is contained in:
@@ -32,12 +32,12 @@ const fetchMatchesData = async (req, res, next) => {
|
||||
const matches = response.data.matches.map(match => ({
|
||||
homeTeam:
|
||||
{
|
||||
name: match.homeTeam.name,
|
||||
name: match.homeTeam.tla,
|
||||
crest: match.homeTeam.crest,
|
||||
},
|
||||
awayTeam:
|
||||
{
|
||||
name: match.awayTeam.name,
|
||||
name: match.awayTeam.tla,
|
||||
crest: match.awayTeam.crest,
|
||||
},
|
||||
score:
|
||||
|
||||
Reference in New Issue
Block a user