|
|
|
@ -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,
|
|
|
|
|