diff --git a/packages/app-store/salesforce/lib/CrmService.ts b/packages/app-store/salesforce/lib/CrmService.ts index ea00be2ecd..a2d61bb625 100644 --- a/packages/app-store/salesforce/lib/CrmService.ts +++ b/packages/app-store/salesforce/lib/CrmService.ts @@ -470,7 +470,7 @@ export default class SalesforceCRMService implements CRM { ); } - if (contactsToCreate[0]?.email) { + if (!contactsToCreate[0]?.email) { this.log.warn(`createContact: no attendee email found `, contactsToCreate); }