🔥 Remove changes related to action

This commit is contained in:
Iván Ovejero 2022-06-30 17:12:17 +02:00
commit 4e292c7f53
2 changed files with 0 additions and 4 deletions

View file

@ -17,7 +17,6 @@ export const httpVerbOperations: INodeProperties[] = [
{
name: 'GET',
value: 'get',
// action: 'Perform a GET request', // TODO: Uncomment once #3610 merged to master
routing: {
request: {
method: 'GET',
@ -28,7 +27,6 @@ export const httpVerbOperations: INodeProperties[] = [
{
name: 'DELETE',
value: 'delete',
// action: 'Perform a DELETE request', // TODO: Uncomment once #3610 merged to master
routing: {
request: {
method: 'DELETE',