chore: Salesforce - Add additional logging (#18959)
Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user