mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
👕 Satisfy linter
This commit is contained in:
parent
2ed47f1692
commit
402480e54d
|
@ -1239,7 +1239,7 @@ export class HttpRequest implements INodeType {
|
||||||
// service-specific cred: OAuth1, OAuth2, plain
|
// service-specific cred: OAuth1, OAuth2, plain
|
||||||
requestPromises.push(
|
requestPromises.push(
|
||||||
this.helpers.requestWithAuthentication.call(this, nodeCredentialType, requestOptions),
|
this.helpers.requestWithAuthentication.call(this, nodeCredentialType, requestOptions),
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue