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