mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
✏️ Break up docstring
This commit is contained in:
parent
1420386097
commit
e6332a7cff
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue