mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(nodes-base): Apply lint rule node-param-option-name-wrong-for-get-many (#4051)
* ⬆️ Upgrade linter * 📦 Update `package-lock.json` * 👕 Substitute rule * 👕 Apply lintfix for `node-param-option-name-wrong-for-get-many` * 👕 Restore lint exceptions
This commit is contained in:
@@ -33,7 +33,7 @@ export const documentOperations: INodeProperties[] = [
|
||||
action: 'Get a document',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all documents',
|
||||
action: 'Get all documents',
|
||||
|
||||
@@ -30,7 +30,7 @@ export const indexOperations: INodeProperties[] = [
|
||||
action: 'Get an index',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all indices',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user