Added necessary plugins and fixed configs for linting
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable n8n-nodes-base/filesystem-wrong-node-filename */
|
||||
import { INodeType, INodeTypeDescription } from 'n8n-workflow';
|
||||
import { httpVerbFields, httpVerbOperations } from './HttpVerbDescriptions';
|
||||
|
||||
@@ -50,7 +51,7 @@ export class HttpBin implements INodeType {
|
||||
noDataExpression: true,
|
||||
options: [
|
||||
{
|
||||
name: 'HTTP Verbs',
|
||||
name: 'HTTP Verb',
|
||||
value: 'httpverbs',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user