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-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:
@@ -24,7 +24,7 @@ export const categoryOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all categories',
|
||||
action: 'Get all categories',
|
||||
action: 'Get many categories',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
Reference in New Issue
Block a user