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:
@@ -42,8 +42,8 @@ export const groupOperations = [
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
description: 'The operation to perform.'
|
||||
}
|
||||
description: 'The operation to perform.',
|
||||
},
|
||||
] as INodeProperties[];
|
||||
|
||||
export const groupFields = [
|
||||
@@ -122,7 +122,7 @@ export const groupFields = [
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
description: `Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.`
|
||||
description: `Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.`,
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* group:get */
|
||||
@@ -143,7 +143,7 @@ export const groupFields = [
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
description: `Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.`
|
||||
description: `Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.`,
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* group:getAll */
|
||||
|
||||
Reference in New Issue
Block a user