mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -142,7 +142,7 @@ export class ActiveCampaign implements INodeType {
|
||||
},
|
||||
{
|
||||
name: 'Connection',
|
||||
value: 'connection'
|
||||
value: 'connection',
|
||||
},
|
||||
{
|
||||
name: 'Deal',
|
||||
@@ -158,7 +158,7 @@ export class ActiveCampaign implements INodeType {
|
||||
},
|
||||
{
|
||||
name: 'E-commerce Order Products',
|
||||
value: 'ecommerceOrderProducts'
|
||||
value: 'ecommerceOrderProducts',
|
||||
},
|
||||
{
|
||||
name: 'Tag',
|
||||
|
||||
Reference in New Issue
Block a user