|
|
@ -175,7 +175,7 @@ exports.addBores = async (req, reply) => {
|
|
|
|
|
|
|
|
|
|
|
|
//const username = req.params.username;
|
|
|
|
//const username = req.params.username;
|
|
|
|
var customerId = req.params.customerId;
|
|
|
|
var customerId = req.params.customerId;
|
|
|
|
//console.log(req.params);
|
|
|
|
console.log(customerId);
|
|
|
|
//const username = loginObject.user.username;
|
|
|
|
//const username = loginObject.user.username;
|
|
|
|
//console.log(loginObject.user.username)
|
|
|
|
//console.log(loginObject.user.username)
|
|
|
|
// const userInfo = await User.findOne({ username: username.toString() });
|
|
|
|
// const userInfo = await User.findOne({ username: username.toString() });
|
|
|
|