Skip to content

fix(editor): Allow sharee to use workflows with http request node without credential access #16097

fix(editor): Allow sharee to use workflows with http request node without credential access

fix(editor): Allow sharee to use workflows with http request node without credential access #16097

Triggered via pull request March 8, 2024 09:19
Status Success
Total duration 16m 18s
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#L135
Unsafe member access .message on an `any` value
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#L138
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