Incorrect history.js function called.

This commit is contained in:
2021-02-18 20:38:49 +01:00
parent 1c40fae69d
commit 56d2513a9c

View File

@@ -91,7 +91,7 @@ const groupByDate = (req, res) => {
}
return historyRepository
.groupedByDate(includeWines == "true", sort)
.groupByDate(includeWines == "true", sort)
.then(lotteries =>
res.send({
lotteries: lotteries,