mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
⚡ Minor Calendly-Node improvements
This commit is contained in:
parent
1b1f8eb131
commit
b17f9747b0
|
@ -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 |
Loading…
Reference in a new issue