mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
⚡ Minor Calendly-Node improvements
This commit is contained in:
@@ -116,7 +116,6 @@ export class CalendlyTrigger implements INodeType {
|
|||||||
},
|
},
|
||||||
async delete(this: IHookFunctions): Promise<boolean> {
|
async delete(this: IHookFunctions): Promise<boolean> {
|
||||||
const webhookData = this.getWorkflowStaticData('node');
|
const webhookData = this.getWorkflowStaticData('node');
|
||||||
console.log(webhookData)
|
|
||||||
if (webhookData.webhookId !== undefined) {
|
if (webhookData.webhookId !== undefined) {
|
||||||
|
|
||||||
const endpoint = `/hooks/${webhookData.webhookId}`;
|
const endpoint = `/hooks/${webhookData.webhookId}`;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 924 B |
Reference in New Issue
Block a user