Small improvements to Affinity-Node

This commit is contained in:
Jan Oberhauser
2020-03-08 22:16:06 +01:00
parent 34d6d001d3
commit 4560d02823
4 changed files with 12 additions and 35 deletions

View File

@@ -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({