create connections changes

master
Varun 10 months ago
parent 9acb43bd86
commit c25794c75e

@ -513,6 +513,7 @@ exports.createConnections = async (req, res) => {
const tankname = req.body.tankname;
const usertobeInserted = req.body;
// Find the current tank
const tankInfo = await Tank.findOne({
customerId: customerId.toString(),

Loading…
Cancel
Save