WIP Functionality to request wines for next lottery #24

Merged
Adrianht merged 23 commits from feat/request-wine into master 2020-09-07 14:28:31 +00:00
Showing only changes of commit ea278a4892 - Show all commits

View File

@@ -31,8 +31,6 @@ const getAllRequestedWines = async (req, res) => {
const requestNewWine = async (req, res) => {
const {wine} = req.body
console.log(req.body)
let thisWineIsLOKO = await Wine.findOne({id: wine.id})