mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ small fix
This commit is contained in:
parent
b3a8587106
commit
4568eb21cc
|
@ -297,8 +297,6 @@ export class ConvertKitTrigger implements INodeType {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(event);
|
|
||||||
|
|
||||||
if (event === 'subscriber.form_subscribe') {
|
if (event === 'subscriber.form_subscribe') {
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
body.event['form_id'] = this.getNodeParameter('formId', 0);
|
body.event['form_id'] = this.getNodeParameter('formId', 0);
|
||||||
|
|
Loading…
Reference in a new issue