Skip to content

fix(core): Ensure the generic OAuth2 API credential uses the OAuth2 credential test #16384

fix(core): Ensure the generic OAuth2 API credential uses the OAuth2 credential test

fix(core): Ensure the generic OAuth2 API credential uses the OAuth2 credential test #16384

Triggered via pull request March 21, 2024 11:17
Status Success
Total duration 17m 37s
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