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:
@@ -94,7 +94,7 @@ export class AwsSes implements INodeType {
|
||||
value: 'getAll',
|
||||
description:
|
||||
'Get all the existing custom verification email templates for your account',
|
||||
action: 'Get all custom verifications',
|
||||
action: 'Get many custom verifications',
|
||||
},
|
||||
{
|
||||
name: 'Send',
|
||||
@@ -650,7 +650,7 @@ export class AwsSes implements INodeType {
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all templates',
|
||||
action: 'Get all templates',
|
||||
action: 'Get many templates',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
Reference in New Issue
Block a user