🔥 Remove changes related to action
This commit is contained in:
@@ -115,8 +115,6 @@ module.exports = {
|
|||||||
'n8n-nodes-base/node-param-display-name-wrong-for-update-fields': 'error',
|
'n8n-nodes-base/node-param-display-name-wrong-for-update-fields': 'error',
|
||||||
'n8n-nodes-base/node-param-min-value-wrong-for-limit': 'error',
|
'n8n-nodes-base/node-param-min-value-wrong-for-limit': 'error',
|
||||||
'n8n-nodes-base/node-param-multi-options-type-unsorted-items': 'error',
|
'n8n-nodes-base/node-param-multi-options-type-unsorted-items': 'error',
|
||||||
// 'n8n-nodes-base/node-param-operation-option-action-miscased': 'error', // TODO: Uncomment once #3610 merged to master
|
|
||||||
// 'n8n-nodes-base/node-param-operation-option-without-action': 'error', // TODO: Uncomment once #3610 merged to master
|
|
||||||
'n8n-nodes-base/node-param-operation-without-no-data-expression': 'error',
|
'n8n-nodes-base/node-param-operation-without-no-data-expression': 'error',
|
||||||
'n8n-nodes-base/node-param-option-description-identical-to-name': 'error',
|
'n8n-nodes-base/node-param-option-description-identical-to-name': 'error',
|
||||||
'n8n-nodes-base/node-param-option-name-containing-star': 'error',
|
'n8n-nodes-base/node-param-option-name-containing-star': 'error',
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ export const httpVerbOperations: INodeProperties[] = [
|
|||||||
{
|
{
|
||||||
name: 'GET',
|
name: 'GET',
|
||||||
value: 'get',
|
value: 'get',
|
||||||
// action: 'Perform a GET request', // TODO: Uncomment once #3610 merged to master
|
|
||||||
routing: {
|
routing: {
|
||||||
request: {
|
request: {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
@@ -28,7 +27,6 @@ export const httpVerbOperations: INodeProperties[] = [
|
|||||||
{
|
{
|
||||||
name: 'DELETE',
|
name: 'DELETE',
|
||||||
value: 'delete',
|
value: 'delete',
|
||||||
// action: 'Perform a DELETE request', // TODO: Uncomment once #3610 merged to master
|
|
||||||
routing: {
|
routing: {
|
||||||
request: {
|
request: {
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
|
|||||||
Reference in New Issue
Block a user