mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -407,7 +407,7 @@ export async function getCredentials(workflow: Workflow, node: INode, type: stri
|
|||||||
|
|
||||||
if (name.charAt(0) === '=') {
|
if (name.charAt(0) === '=') {
|
||||||
// If the credential name is an expression resolve it
|
// 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;
|
name = workflow.expression.getParameterValue(name, runExecutionData || null, runIndex || 0, itemIndex || 0, node.name, connectionInputData || [], mode, additionalKeys) as string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user