diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index 222649fd..d0d76742 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -3258,6 +3258,7 @@ async function stopMotor(motorId, customerId, start_instance_id) { // } // ); + // // Send immediate response to the client // reply.code(200).send({ message: "Motor stopped successfully." });