🐛 Fix issue #987 (#990)

This commit is contained in:
Ricardo Espinoza
2020-09-30 10:12:39 -04:00
committed by GitHub
parent 23dbdbc169
commit 0f5bcd59c8
2 changed files with 2 additions and 3 deletions

View File

@@ -215,7 +215,6 @@ export class PipedriveTrigger implements INodeType {
async create(this: IHookFunctions): Promise<boolean> {
const webhookUrl = this.getNodeWebhookUrl('default');
const authentication = this.getNodeParameter('authentication', 0) as string;
const eventAction = this.getNodeParameter('action') as string;
const eventObject = this.getNodeParameter('object') as string;