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-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:
@@ -24,8 +24,8 @@ export const blockOperations: INodeProperties[] = [
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-option-name-wrong-for-get-many
|
||||
name: 'Get Child Blocks',
|
||||
value: 'getAll',
|
||||
description: 'Get all children blocks',
|
||||
action: 'Get many children blocks',
|
||||
description: 'Get many child blocks',
|
||||
action: 'Get many child blocks',
|
||||
},
|
||||
],
|
||||
default: 'append',
|
||||
|
||||
Reference in New Issue
Block a user