mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
👕 Fix built issue by fixing lint issues
This commit is contained in:
@@ -15,8 +15,8 @@ export class Mqtt implements ICredentialType {
|
||||
{
|
||||
displayName: 'Protocol',
|
||||
name: 'protocol',
|
||||
type: 'options' as NodePropertyTypes,
|
||||
options: [
|
||||
type: 'options' as NodePropertyTypes,
|
||||
options: [
|
||||
{
|
||||
name: 'mqtt',
|
||||
value: 'mqtt',
|
||||
@@ -57,4 +57,3 @@ export class Mqtt implements ICredentialType {
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user