chore: Salesforce - Add additional logging (#18959)

Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
Joe Au-Yeung
2025-01-28 14:08:31 -08:00
committed by GitHub
co-authored by Omar López
parent e23ab02c23
commit 2a5e93b015
@@ -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);
}