✏️ Break up docstring

This commit is contained in:
Iván Ovejero 2022-05-09 10:21:49 +02:00
parent 1420386097
commit e6332a7cff

View file

@ -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 => {