diff --git a/api/controllers/historyController.js b/api/controllers/historyController.js index 382a9c5..345a624 100644 --- a/api/controllers/historyController.js +++ b/api/controllers/historyController.js @@ -91,7 +91,7 @@ const groupByDate = (req, res) => { } return historyRepository - .groupedByDate(includeWines == "true", sort) + .groupByDate(includeWines == "true", sort) .then(lotteries => res.send({ lotteries: lotteries,