mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ small fix
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user