mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
🐛 field name repited
This commit is contained in:
parent
3cfcbead71
commit
2e51e224d8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue