diff --git a/src/controllers/tankersController.js b/src/controllers/tankersController.js index 97b6f3a6..f9794c35 100644 --- a/src/controllers/tankersController.js +++ b/src/controllers/tankersController.js @@ -185,6 +185,7 @@ exports.addBores = async (req, reply) => { // console.log("This is the reply in the handler after the validations", reply); boresData = { + customerId:customerId, boreName: req.body.boreName, typeofwater: req.body.typeofwater, description: req.body.description,