mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055)
* 👕 Apply `node-param-operation-option-action-wrong-for-get-many` * 🔥 Remove `package-lock.json` * 📦 Re-add `package-lock.json` * ⚡ master update Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -21,7 +21,7 @@ export const collectionOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all collections',
|
||||
action: 'Get many collections',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -11,7 +11,7 @@ export const eventOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all events',
|
||||
action: 'Get many events',
|
||||
},
|
||||
],
|
||||
displayOptions: {
|
||||
|
||||
@@ -26,7 +26,7 @@ export const groupOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all groups',
|
||||
action: 'Get many groups',
|
||||
},
|
||||
{
|
||||
name: 'Get Members',
|
||||
|
||||
@@ -31,7 +31,7 @@ export const memberOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all members',
|
||||
action: 'Get many members',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
Reference in New Issue
Block a user