From f6a6974b785ba7100b1bd164d6deb68ed50b918f Mon Sep 17 00:00:00 2001 From: varun Date: Wed, 8 Feb 2023 00:57:35 -0500 Subject: [PATCH] working on get bores --- src/controllers/tankersController.js | 1 + 1 file changed, 1 insertion(+) 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,