Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSudip committed Dec 3, 2024
1 parent ca012ae commit 38b3f3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ const hasClickId = (conversion) => {
return gclid || wbraid || gbraid;
};
const populateUserIdentifier = ({ email, phone, properties, payload, UserIdentifierSource }) => {
let copiedPayload = cloneDeep(payload);
const copiedPayload = cloneDeep(payload);
// userIdentifierSource
// if userIdentifierSource doesn't exist in properties
// then it is taken from the webapp config
Expand Down

0 comments on commit 38b3f3c

Please sign in to comment.