mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -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') {
|
||||
//@ts-ignore
|
||||
body.event['form_id'] = this.getNodeParameter('formId', 0);
|
||||
|
|
Loading…
Reference in a new issue