mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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> {
|
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 |
Loading…
Reference in a new issue