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:
@@ -23,7 +23,7 @@ export const portfolioCompanyOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all companies in a portfolio',
|
||||
action: 'Get all portfolio companies',
|
||||
action: 'Get many portfolio companies',
|
||||
},
|
||||
{
|
||||
name: 'Remove',
|
||||
|
||||
@@ -29,7 +29,7 @@ export const portfolioOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all portfolios',
|
||||
action: 'Get all portfolios',
|
||||
action: 'Get many portfolios',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -29,7 +29,7 @@ export const reportOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get list of recently generated report',
|
||||
action: 'Get all reports',
|
||||
action: 'Get many reports',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
||||
Reference in New Issue
Block a user