Minor improvements to Contentful-Node

This commit is contained in:
Jan Oberhauser
2020-08-25 11:22:14 +02:00
parent 8496f788af
commit 2c9e589c72
6 changed files with 14 additions and 19 deletions

View File

@@ -2,9 +2,6 @@ import {
INodeProperties,
INodePropertyOptions,
} from 'n8n-workflow';
import { type } from 'os';
import { notEqual } from 'assert';
import { exists } from 'fs';
export const resource = {
name: 'Entry',
@@ -55,7 +52,7 @@ export const fields = [
},
},
default: 'master',
description: 'The id for the Contentful environment (e.g. master, staging, etc.). Depending on your plan, you might not have environments. In that case use "master".'
description: 'The id for the Contentful environment (e.g. master, staging, etc.). Depending on your plan, you might not have environments. In that case use "master".',
},
{
displayName: 'Return All',