Feat/personal highscore #44

Merged
KevinMidboe merged 19 commits from feat/personal-highscore into master 2020-10-11 16:19:52 +00:00
Showing only changes of commit 4c02c81cc3 - Show all commits

View File

@@ -111,6 +111,7 @@ const byName = (req, res) => {
return res.send({
message: `Lottery winnings by name: ${name}`,
name: name,
highscore: highscoreWithResolvedWines
})
} else {