Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukashk0zzz committed Jun 13, 2024
1 parent 338f7ff commit e5257f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,8 @@ function hasUserIdentificationData(klaviyoEventData) {
return (
!!profileData.id ||
!!profileData.attributes.email ||
!!profileData.attributes._kx
!!profileData.attributes._kx ||
!!profileData.attributes.external_id
);
}

Expand Down

0 comments on commit e5257f6

Please sign in to comment.