From 063476085bba06db393b5aa9e41a5175f4918bb5 Mon Sep 17 00:00:00 2001 From: Varun Date: Wed, 16 Oct 2024 17:13:48 +0530 Subject: [PATCH] .. --- src/controllers/tanksController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index a9e36ce5..5e1ea2f2 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -4417,7 +4417,7 @@ exports.consumptionofparticulartank = async (request, reply) => { try { const { customerId } = request.params; const { startDate, stopDate, tankName, tankLocation, block } = request.body; - + console.log("hii") // Convert input dates into strings in the same format as stored in the database const start = moment(startDate, "DD-MMM-YYYY - HH:mm").format("DD-MMM-YYYY - HH:mm"); const end = moment(stopDate, "DD-MMM-YYYY - HH:mm").format("DD-MMM-YYYY - HH:mm");