mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
refactor(core): Lintfix core and workflow packages (#17096)
This commit is contained in:
@@ -1030,7 +1030,7 @@ export class WorkflowDataProxy {
|
||||
const placeholdersDataInputData =
|
||||
inputData?.[NodeConnectionTypes.AiTool]?.[0]?.[itemIndex].json;
|
||||
|
||||
if (Boolean(!placeholdersDataInputData)) {
|
||||
if (!placeholdersDataInputData) {
|
||||
throw new ExpressionError('No execution data available', {
|
||||
runIndex,
|
||||
itemIndex,
|
||||
|
||||
Reference in New Issue
Block a user