chore: Upgrade nodelinter to 1.16.3 (#11286)

This commit is contained in:
Iván Ovejero
2024-10-18 09:22:24 +02:00
committed by GitHub
parent a042d5c8e6
commit 8e5292cf6c
11 changed files with 12 additions and 18 deletions

View File

@@ -229,7 +229,6 @@ export class Kafka implements INodeType {
};
if (credentials.authentication === true) {
if (!(credentials.username && credentials.password)) {
// eslint-disable-next-line n8n-nodes-base/node-execute-block-wrong-error-thrown
throw new ApplicationError('Username and password are required for authentication', {
level: 'warning',
});