From e6332a7cffa44ea37ca12fe9c13dec7913ba421b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 9 May 2022 10:21:49 +0200 Subject: [PATCH] :pencil2: Break up docstring --- packages/editor-ui/src/components/NodeSettings.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/editor-ui/src/components/NodeSettings.vue b/packages/editor-ui/src/components/NodeSettings.vue index 6b4d88344c..9a6407abbd 100644 --- a/packages/editor-ui/src/components/NodeSettings.vue +++ b/packages/editor-ui/src/components/NodeSettings.vue @@ -322,7 +322,8 @@ export default mixins( }, methods: { /** - * Check if any of the node's credential types may be used to make a request with the HTTP Request node v2. + * Check if any of the node's credential types may be used to + * make a request with the HTTP Request node v2. */ checkHttpRequestNodeSupport(credentialTypeNames: string[]) { this.isSupportedByHttpRequestNode = credentialTypeNames.some(name => {