mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -31,7 +31,7 @@ export class Hunter implements INodeType {
|
||||
{
|
||||
name: 'hunterApi',
|
||||
required: true,
|
||||
}
|
||||
},
|
||||
],
|
||||
properties: [
|
||||
{
|
||||
@@ -150,7 +150,7 @@ export class Hunter implements INodeType {
|
||||
name: 'Generic',
|
||||
value: 'generic',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Seniority',
|
||||
@@ -170,7 +170,7 @@ export class Hunter implements INodeType {
|
||||
name: 'Executive',
|
||||
value: 'executive',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Department',
|
||||
@@ -218,7 +218,7 @@ export class Hunter implements INodeType {
|
||||
name: 'Communication',
|
||||
value: 'communication',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user