mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
👕 Fix lint issue
This commit is contained in:
parent
1719fd5b76
commit
0580bfa69f
|
@ -407,7 +407,7 @@ export async function getCredentials(workflow: Workflow, node: INode, type: stri
|
|||
|
||||
if (name.charAt(0) === '=') {
|
||||
// If the credential name is an expression resolve it
|
||||
const additionalKeys = getAdditionalKeys(additionalData)
|
||||
const additionalKeys = getAdditionalKeys(additionalData);
|
||||
name = workflow.expression.getParameterValue(name, runExecutionData || null, runIndex || 0, itemIndex || 0, node.name, connectionInputData || [], mode, additionalKeys) as string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue