Minor Calendly-Node improvements

This commit is contained in:
Jan Oberhauser 2020-03-13 13:17:38 +01:00
parent 1b1f8eb131
commit b17f9747b0
2 changed files with 0 additions and 1 deletions

View file

@ -116,7 +116,6 @@ export class CalendlyTrigger implements INodeType {
},
async delete(this: IHookFunctions): Promise<boolean> {
const webhookData = this.getWorkflowStaticData('node');
console.log(webhookData)
if (webhookData.webhookId !== undefined) {
const endpoint = `/hooks/${webhookData.webhookId}`;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 924 B