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:
@@ -110,7 +110,7 @@ export const attributeOperations: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
action: 'Get all attributes',
|
||||
action: 'Get many attributes',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
||||
@@ -80,7 +80,7 @@ export const contactOperations: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
},
|
||||
action: 'Get all contacts',
|
||||
action: 'Get many contacts',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -60,7 +60,7 @@ export const senderOperations: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
action: 'Get all senders',
|
||||
action: 'Get many senders',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
||||
Reference in New Issue
Block a user