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:
@@ -33,7 +33,7 @@ export const alertContactOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all alert contacts',
|
||||
description: 'Get many alert contacts',
|
||||
action: 'Get many alert contacts',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@ export const maintenanceWindowOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all a maintenance windows',
|
||||
description: 'Get many a maintenance windows',
|
||||
action: 'Get many maintenance windows',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@ export const monitorOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all monitors',
|
||||
description: 'Get many monitors',
|
||||
action: 'Get many monitors',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@ export const publicStatusPageOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all a public status pages',
|
||||
description: 'Get many public status pages',
|
||||
action: 'Get many public status pages',
|
||||
},
|
||||
// Got deactivated because it did not work reliably. Looks like it is on the UptimeRobot
|
||||
|
||||
Reference in New Issue
Block a user