🔥 Remove superfluous check

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

View file

@ -325,8 +325,6 @@ export default mixins(
* 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[]) {
if (!this.isHttpRequestNodeV2(this.node)) return;
this.isSupportedByHttpRequestNode = credentialTypeNames.some(name => {
const credentialType = this.getCredentialTypeByName(name);