Skip to content

feat: Append item index suffix to an error message, if provided, and node has many input items #16748

feat: Append item index suffix to an error message, if provided, and node has many input items

feat: Append item index suffix to an error message, if provided, and node has many input items #16748

Triggered via pull request April 9, 2024 05:30
Status Success
Total duration 17m 40s
Artifacts

ci-pull-requests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint changes: packages/@n8n/nodes-langchain/nodes/agents/Agent/agents/SqlAgent/execute.ts#L136
Unsafe member access .message on an `any` value
Lint changes: packages/@n8n/nodes-langchain/nodes/agents/Agent/agents/SqlAgent/execute.ts#L137
Unsafe member access .message on an `any` value
Lint changes: packages/@n8n/nodes-langchain/nodes/agents/Agent/agents/SqlAgent/execute.ts#L139
Unsafe member access .message on an `any` value
Lint changes: packages/@n8n/nodes-langchain/nodes/output_parser/OutputParserStructured/OutputParserStructured.node.ts#L169
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator