working on get bores

master
varun 3 years ago
parent 4d790da73b
commit f6a6974b78

@ -185,6 +185,7 @@ exports.addBores = async (req, reply) => {
// console.log("This is the reply in the handler after the validations", reply); // console.log("This is the reply in the handler after the validations", reply);
boresData = { boresData = {
customerId:customerId,
boreName: req.body.boreName, boreName: req.body.boreName,
typeofwater: req.body.typeofwater, typeofwater: req.body.typeofwater,
description: req.body.description, description: req.body.description,

Loading…
Cancel
Save