Return object renamed from wins --> highscore.
This commit is contained in:
		@@ -120,7 +120,7 @@ const byName = (req, res) => {
 | 
			
		||||
    .then(highscore => res.send({
 | 
			
		||||
      message: `Lottery winnings for name: ${ name }.`,
 | 
			
		||||
      name: highscore.name,
 | 
			
		||||
      wins: highscore.wins
 | 
			
		||||
      highscore: highscore.wins
 | 
			
		||||
    }))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user