mirror of
				https://github.com/n8n-io/n8n-nodes-starter.git
				synced 2025-10-30 14:52:27 -05:00 
			
		
		
		
	🔥 Remove changes related to action
		
	This commit is contained in:
		
					parent
					
						
							
								eb80b1edb3
							
						
					
				
			
			
				commit
				
					
						4e292c7f53
					
				
			
		
					 2 changed files with 0 additions and 4 deletions
				
			
		|  | @ -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', | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue