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) => {
try {
const customerId = req.params.customerId;
const { hardwareId, tankhardwareId,tankName,tankLocation } = req.body;

Loading…
Cancel
Save