mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -163,7 +163,7 @@ export const leadFields = [
|
||||
name: 'leadStatus',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getLeadStatuses'
|
||||
loadOptionsMethod: 'getLeadStatuses',
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
@@ -230,7 +230,7 @@ export const leadFields = [
|
||||
type: 'string',
|
||||
default: '',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Address',
|
||||
@@ -288,7 +288,7 @@ export const leadFields = [
|
||||
default: '',
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -409,7 +409,7 @@ export const leadFields = [
|
||||
name: 'leadStatus',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getLeadStatuses'
|
||||
loadOptionsMethod: 'getLeadStatuses',
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
@@ -476,7 +476,7 @@ export const leadFields = [
|
||||
type: 'string',
|
||||
default: '',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Address',
|
||||
@@ -534,7 +534,7 @@ export const leadFields = [
|
||||
default: '',
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -681,7 +681,7 @@ export const leadFields = [
|
||||
default: '',
|
||||
description: 'To get the list of records based on the territory ',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* lead:delete */
|
||||
|
||||
Reference in New Issue
Block a user