Skip to content

Commit

Permalink
feat: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jul 9, 2024
1 parent 105ab7d commit edc98d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ protected function assignAgent(
}
}

if ($company->get(CustomFieldEnum::ZOHO_USE_AGENT_NAME->value) && !empty($agentInfo->name)) {
if ($company->get(CustomFieldEnum::ZOHO_USE_AGENT_NAME->value) && ! empty($agentInfo->name)) {
$zohoData['Agent_Name'] = $agentInfo->name;
}

Expand Down

0 comments on commit edc98d4

Please sign in to comment.