mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -31,14 +31,14 @@ export class Contentful implements INodeType {
|
||||
description: 'Consume Contenful API',
|
||||
defaults: {
|
||||
name: 'Contentful',
|
||||
color: '#2E75D4'
|
||||
color: '#2E75D4',
|
||||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main'],
|
||||
credentials: [
|
||||
{
|
||||
name: 'contentfulApi',
|
||||
required: true
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
properties: [
|
||||
@@ -51,11 +51,11 @@ export class Contentful implements INodeType {
|
||||
options: [
|
||||
{
|
||||
name: 'Delivery API',
|
||||
value: 'deliveryApi'
|
||||
value: 'deliveryApi',
|
||||
},
|
||||
{
|
||||
name: 'Preview API',
|
||||
value: 'previewApi'
|
||||
value: 'previewApi',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -72,7 +72,7 @@ export class Contentful implements INodeType {
|
||||
SpaceDescription.resource,
|
||||
],
|
||||
default: 'entry',
|
||||
description: 'The resource to operate on.'
|
||||
description: 'The resource to operate on.',
|
||||
},
|
||||
|
||||
// Operations:
|
||||
|
||||
Reference in New Issue
Block a user