mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Small improvements to Affinity-Node
This commit is contained in:
@@ -101,7 +101,7 @@ export class Affinity implements INodeType {
|
||||
for (const person of persons) {
|
||||
let personName = `${person.first_name} ${person.last_name}`;
|
||||
if (person.primary_email !== null) {
|
||||
personName+= ` (${person.primary_email})`
|
||||
personName+= ` (${person.primary_email})`;
|
||||
}
|
||||
const personId = person.id;
|
||||
returnData.push({
|
||||
|
||||
Reference in New Issue
Block a user