From 953ab7f6e2cf8ac2b99f91c36361921f9e19a39c Mon Sep 17 00:00:00 2001 From: adriano Date: Tue, 11 Mar 2025 17:50:20 -0300 Subject: [PATCH] chore: If commented --- backend/controllers/crmController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/controllers/crmController.js b/backend/controllers/crmController.js index d2cabb3..1a78436 100644 --- a/backend/controllers/crmController.js +++ b/backend/controllers/crmController.js @@ -117,7 +117,7 @@ const callJournaling = async (req, res) => { console.log('update-answer') // Referente a cliente a gabriel, pois os tickets estao sendo abertos diretamente em um botao do hitphone - if (companyId != "14223") + // if (companyId != "14223") await ticketCRM(companyId, crmPhone, crmAgent, crmFirstName) const resp = await redirectContactLinkCRM(companyId, crmPhone, crmAgent, crmFirstName)