refactor: Remove unused disable directives from nodes-base (#10825)

This commit is contained in:
Iván Ovejero
2024-09-16 10:58:32 +02:00
committed by GitHub
parent 0e61d7c2e8
commit a7ed8ee909
18 changed files with 17 additions and 20 deletions

View File

@@ -65,7 +65,7 @@ export class Webhook extends Node {
activationHint:
"Once you've finished building your workflow, run it without having to click this button by using the production webhook URL.",
},
// eslint-disable-next-line n8n-nodes-base/node-class-description-inputs-wrong-regular-node
inputs: [],
outputs: `={{(${configuredOutputs})($parameter)}}`,
credentials: credentialsProperty(this.authPropertyName),