mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(RabbitMQ Trigger Node): Improve type-safety, add tests, and fix issues with manual triggers (#10663)
This commit is contained in:
committed by
GitHub
parent
a5a92ec8b1
commit
e50f0e6a4e
@@ -1,4 +1,4 @@
|
||||
import type { ICredentialType, IDisplayOptions, INodeProperties } from 'n8n-workflow';
|
||||
import type { ICredentialType, INodeProperties } from 'n8n-workflow';
|
||||
|
||||
export class RabbitMQ implements ICredentialType {
|
||||
name = 'rabbitmq';
|
||||
@@ -90,7 +90,7 @@ export class RabbitMQ implements ICredentialType {
|
||||
ssl: [true],
|
||||
passwordless: [true],
|
||||
},
|
||||
} as IDisplayOptions,
|
||||
},
|
||||
default: '',
|
||||
description: 'SSL Client Certificate to use',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user