mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
Send customFields
This commit is contained in:
parent
61acb0a180
commit
fc4e00962f
|
@ -4645,9 +4645,7 @@ export class Pipedrive implements INodeType {
|
|||
organization_id: number;
|
||||
};
|
||||
|
||||
if (Object.keys(rest).length) {
|
||||
Object.assign(body, rest);
|
||||
}
|
||||
addAdditionalFields(body, rest);
|
||||
|
||||
if (value) {
|
||||
Object.assign(body, { value: value.valueProperties });
|
||||
|
|
Loading…
Reference in a new issue