diff --git a/src/Domains/Connectors/Zoho/Actions/SyncZohoLeadAction.php b/src/Domains/Connectors/Zoho/Actions/SyncZohoLeadAction.php index 535d4c226..7b356f6f5 100644 --- a/src/Domains/Connectors/Zoho/Actions/SyncZohoLeadAction.php +++ b/src/Domains/Connectors/Zoho/Actions/SyncZohoLeadAction.php @@ -131,10 +131,10 @@ public function execute(?Record $zohoLead = null): ?Lead $localLead->leads_owner_id = $user->getId(); } - if ($user) { - $localLead->leads_owner_id = $user->getId(); - $localLead->users_id = $user->getId(); - } + /* if ($user) { + $localLead->leads_owner_id = $user->getId(); + $localLead->users_id = $user->getId(); + } */ $localLead->people->firstname = $zohoLead->First_Name; $localLead->people->lastname = $zohoLead->Last_Name;