mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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:
@@ -16,7 +16,7 @@ export const collectionOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all root collections',
|
||||
action: 'Get all collections',
|
||||
action: 'Get many collections',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
||||
@@ -41,7 +41,7 @@ export const documentOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all documents from a collection',
|
||||
action: 'Get all documents',
|
||||
action: 'Get many documents',
|
||||
},
|
||||
// {
|
||||
// name: 'Update',
|
||||
|
||||
Reference in New Issue
Block a user