From a8b44dea0db2d02dc6bc5e09fabe50f627bfd988 Mon Sep 17 00:00:00 2001 From: kaioken Date: Fri, 9 Feb 2024 15:58:47 -0400 Subject: [PATCH] refact: lead creator --- src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php b/src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php index 35d9019cd..18457ec0b 100644 --- a/src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php +++ b/src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php @@ -110,8 +110,8 @@ protected function assignAgent( } if ($agentInfo) { - $lead->users_id = $agentInfo->users_id; - $lead->saveOrFail(); + //$lead->users_id = $agentInfo->users_id; + //$lead->saveOrFail(); } if ($agentInfo && $agentInfo->get('over_write_owner')) {