mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
👕 Fix lint issues
This commit is contained in:
@@ -8,9 +8,6 @@ export class Amqp implements ICredentialType {
|
||||
name = 'amqp';
|
||||
displayName = 'AMQP';
|
||||
properties = [
|
||||
// The credentials to get from user and save encrypted.
|
||||
// Properties can be defined exactly in the same way
|
||||
// as node properties.
|
||||
{
|
||||
displayName: 'Hostname',
|
||||
name: 'hostname',
|
||||
|
||||
Reference in New Issue
Block a user