Sanitize description in uProc node (#2776)

* 🔥 Sanitize link

* 🔥 Shorten description
This commit is contained in:
Iván Ovejero 2022-02-12 12:06:35 +01:00 committed by GitHub
parent 78babf9b9a
commit f3665ac245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ export class UProc implements INodeType {
displayName: 'Data Webhook',
name: 'dataWebhook',
type: 'string',
description: 'URL to send tool response when tool has resolved your request. You can create your own webhook at en <a href="https://beeceptor.com">Beeceptor</a>, <a href="https://www.integromat.com/">Integromat</a>, <a href="https://zapier.com/">Zapier</a> or <a href="https://n8n.io/">n8n</a>',
description: 'URL to send tool response when tool has resolved your request',
default: '',
},
],