Skip to content

refactor(editor): Remove getters with arguments from communityNodes.store.ts #19370

refactor(editor): Remove getters with arguments from communityNodes.store.ts

refactor(editor): Remove getters with arguments from communityNodes.store.ts #19370

Triggered via pull request July 7, 2024 21:44
Status Success
Total duration 14m 11s
Artifacts

ci-pull-requests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint / Lint: packages/@n8n/nodes-langchain/nodes/agents/Agent/agents/ConversationalAgent/execute.ts#L115
Unsafe argument of type `any` assigned to a parameter of type `Error`
Lint / Lint: packages/@n8n/nodes-langchain/nodes/agents/Agent/agents/ConversationalAgent/execute.ts#L117
Unsafe argument of type `any` assigned to a parameter of type `Error | undefined`
Lint / Lint: packages/@n8n/nodes-langchain/nodes/agents/Agent/agents/OpenAiFunctionsAgent/execute.ts#L119
Unsafe argument of type `any` assigned to a parameter of type `Error | undefined`
Lint / Lint: packages/@n8n/nodes-langchain/nodes/agents/Agent/agents/PlanAndExecuteAgent/execute.ts#L95
Unsafe argument of type `any` assigned to a parameter of type `Error`
Lint / Lint: packages/@n8n/nodes-langchain/nodes/agents/Agent/agents/PlanAndExecuteAgent/execute.ts#L96
Unsafe argument of type `any` assigned to a parameter of type `Error | undefined`