made changes in tank

master
varun 2 years ago
parent 99fb76b488
commit ecd7692216

@ -87,6 +87,7 @@ async function deleteOldRecords() {
exports.addTanks = async (req, reply) => { exports.addTanks = async (req, reply) => {
try { try {
const customerId = req.params.customerId; const customerId = req.params.customerId;
const { hardwareId, tankhardwareId,tankName,tankLocation } = req.body; const { hardwareId, tankhardwareId,tankName,tankLocation } = req.body;

Loading…
Cancel
Save