mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064)
* 👕 Enable rule * ⬆️ Upgrade linter * 📦 Update `package-lock.json` * 👕 Apply rule * ✏️ Fix plurals * ✏️ More typos * ✏️ Final typos
This commit is contained in:
@@ -123,7 +123,7 @@ export class GoogleBooks implements INodeType {
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all public bookshelf resource for the specified user',
|
||||
description: 'Get many public bookshelf resource for the specified user',
|
||||
action: 'Get many bookshelves',
|
||||
},
|
||||
],
|
||||
@@ -155,7 +155,7 @@ export class GoogleBooks implements INodeType {
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all volumes in a specific bookshelf for the specified user',
|
||||
description: 'Get many volumes in a specific bookshelf for the specified user',
|
||||
action: 'Get many bookshelf volumes',
|
||||
},
|
||||
{
|
||||
@@ -193,7 +193,7 @@ export class GoogleBooks implements INodeType {
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all volumes filtered by query',
|
||||
description: 'Get many volumes filtered by query',
|
||||
action: 'Get many volumes',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user