mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Fix issue with required optional parameters (#3577)
This commit is contained in:
@@ -167,7 +167,6 @@ export class GoogleCloudNaturalLanguage implements INodeType {
|
||||
],
|
||||
default: 'PLAIN_TEXT',
|
||||
description: 'The type of input document',
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
displayName: 'Encoding Type',
|
||||
|
||||
Reference in New Issue
Block a user