Skip to content

Commit

Permalink
string concat
Browse files Browse the repository at this point in the history
  • Loading branch information
Avikarsha Saha committed Jul 3, 2024
1 parent e389127 commit 865d8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventListener/TokenSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ public function onTokenReplacement(TokenReplacementEvent $event): void

$isCustomObject = false;
foreach ($data['filters'] as $filter) {
$customFieldValues = $this->getCustomFieldDataForLead($filter['filters'], (int) $lead['id']);
$customFieldValues = $this->getCustomFieldDataForLead($filter['filters'], (string) $lead['id']);

foreach ($customFieldValues as $field => $values) {
foreach ($values as $value) {
Expand Down

0 comments on commit 865d8a5

Please sign in to comment.