Skip to content

fix(core): Ensure TTL safeguard for test webhooks applies only to multi-main setup #16663

fix(core): Ensure TTL safeguard for test webhooks applies only to multi-main setup

fix(core): Ensure TTL safeguard for test webhooks applies only to multi-main setup #16663

Re-run triggered April 4, 2024 16:29
Status Success
Total duration 10m 31s
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