From ac4cc5675cca0c5d5b9f28f1a03d226a605408a6 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Fri, 30 May 2025 16:14:56 +0530 Subject: [PATCH] changes on raise a ticket gsm chedk and lora --- src/controllers/installationController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/installationController.js b/src/controllers/installationController.js index 7e8105f1..0938e981 100644 --- a/src/controllers/installationController.js +++ b/src/controllers/installationController.js @@ -635,7 +635,7 @@ exports.assignTeamMemberToQuotation = async (request, reply) => { // 🔁 Raise ticket if applicable const sensor = await Insensors.findOne({ hardwareId }).lean(); if (sensor?.customerId) { - // await raiseATicketLikeLogic(sensor.customerId, hardwareId); + await raiseATicketLikeLogic(sensor.customerId, hardwareId); } return reply.send({ @@ -716,7 +716,7 @@ exports.getByHardwareIdSupport = async (req, reply) => { // 🔁 Raise ticket if applicable const sensor = await Insensors.findOne({ hardwareId }).lean(); if (sensor?.customerId) { - // await raiseATicketLikeLogic(sensor.customerId, hardwareId); + await raiseATicketLikeLogic(sensor.customerId, hardwareId); } return reply.send({