diff --git a/src/v0/destinations/google_adwords_offline_conversions/utils.js b/src/v0/destinations/google_adwords_offline_conversions/utils.js index 18b0adf2c7..2d47095eea 100644 --- a/src/v0/destinations/google_adwords_offline_conversions/utils.js +++ b/src/v0/destinations/google_adwords_offline_conversions/utils.js @@ -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