fix: Fix issue with required optional parameters (#3577)

This commit is contained in:
Ricardo Espinoza
2022-06-23 13:44:25 -04:00
committed by GitHub
parent 891844ea8b
commit 42d2959f47
10 changed files with 0 additions and 14 deletions

View File

@@ -167,7 +167,6 @@ export class GoogleCloudNaturalLanguage implements INodeType {
],
default: 'PLAIN_TEXT',
description: 'The type of input document',
required: true,
},
{
displayName: 'Encoding Type',