mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -151,7 +151,7 @@ export const boardItemFields = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getColumns',
|
||||
loadOptionsDependsOn: [
|
||||
'boardId'
|
||||
'boardId',
|
||||
],
|
||||
},
|
||||
default: '',
|
||||
@@ -226,7 +226,7 @@ export const boardItemFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: `Item's ID`
|
||||
description: `Item's ID`,
|
||||
},
|
||||
{
|
||||
displayName: 'Column Values',
|
||||
@@ -280,7 +280,7 @@ export const boardItemFields = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getGroups',
|
||||
loadOptionsDependsOn: [
|
||||
'boardId'
|
||||
'boardId',
|
||||
],
|
||||
},
|
||||
required: true,
|
||||
@@ -361,7 +361,7 @@ export const boardItemFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: `Item's ID`
|
||||
description: `Item's ID`,
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* boardItem:get */
|
||||
@@ -382,7 +382,7 @@ export const boardItemFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: `Item's ID (Multiple can be added separated by comma)`
|
||||
description: `Item's ID (Multiple can be added separated by comma)`,
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* boardItem:getAll */
|
||||
@@ -502,7 +502,7 @@ export const boardItemFields = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getColumns',
|
||||
loadOptionsDependsOn: [
|
||||
'boardId'
|
||||
'boardId',
|
||||
],
|
||||
},
|
||||
default: '',
|
||||
@@ -535,7 +535,7 @@ export const boardItemFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The column value to search items by.'
|
||||
description: 'The column value to search items by.',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
|
||||
Reference in New Issue
Block a user