Skip to content

Commit

Permalink
Update update-or-create-contact-and-account.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eashaw committed May 7, 2024
1 parent 2d184f1 commit f79afa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = {
// 'LinkedIn_company_URL__c': enrichmentData.employer.linkedinCompanyPageUrl // TODO: if this information is not present on an existing account, nothing will be returned.
});
// console.log(existingAccountRecord);
if(existingAccountRecord && salesforceAccountId === '0054x00000735wDAAQ') {
if(existingAccountRecord && salesforceAccountId !== '0054x00000735wDAAQ') {
// Store the ID of the Account record we found.
salesforceAccountId = existingAccountRecord.Id;
salesforceAccountOwnerId = existingAccountRecord.OwnerId;
Expand Down

0 comments on commit f79afa0

Please sign in to comment.