mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 field name repited
This commit is contained in:
@@ -108,9 +108,6 @@ export class Intercom implements INodeType {
|
||||
if (options.name) {
|
||||
body.name = options.name as string;
|
||||
}
|
||||
if (options.name) {
|
||||
body.name = options.name as string;
|
||||
}
|
||||
if (options.unsubscribedFromEmails) {
|
||||
body.unsubscribed_from_emails = options.unsubscribedFromEmails as boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user