Skip to content

Commit

Permalink
fix: duplicate date
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Apr 18, 2024
1 parent 7cda3f6 commit 30ceba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/controllers/consommation.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ router.post(
name: req.body.name,
drinkKey: req.body.drinkKey,
quantity: req.body.quantity,
date: req.body.date,
doses: req.body.doses,
kcal: req.body.kcal,
price: req.body.price,
Expand Down

0 comments on commit 30ceba9

Please sign in to comment.