mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +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:
@@ -124,7 +124,7 @@ export class GoogleBooks implements INodeType {
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all public bookshelf resource for the specified user',
|
||||
action: 'Get all bookshelves',
|
||||
action: 'Get many bookshelves',
|
||||
},
|
||||
],
|
||||
displayOptions: {
|
||||
@@ -156,7 +156,7 @@ export class GoogleBooks implements INodeType {
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all volumes in a specific bookshelf for the specified user',
|
||||
action: 'Get all bookshelf volumes',
|
||||
action: 'Get many bookshelf volumes',
|
||||
},
|
||||
{
|
||||
name: 'Move',
|
||||
@@ -194,7 +194,7 @@ export class GoogleBooks implements INodeType {
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all volumes filtered by query',
|
||||
action: 'Get all volumes',
|
||||
action: 'Get many volumes',
|
||||
},
|
||||
],
|
||||
displayOptions: {
|
||||
|
||||
Reference in New Issue
Block a user