fix(node): Freshdesk - fix issue when getAll operation requires non existent options

This commit is contained in:
Michael Kret
2022-08-19 16:42:15 +03:00
committed by GitHub
parent 43e054f5ab
commit 329fe9581f
2 changed files with 3 additions and 7 deletions

View File

@@ -683,7 +683,6 @@ export class Freshdesk implements INodeType {
displayName: 'Priority',
name: 'priority',
type: 'options',
required: true,
options: [
{
name: 'Low',
@@ -759,7 +758,6 @@ export class Freshdesk implements INodeType {
displayName: 'Status',
name: 'status',
type: 'options',
required: true,
options: [
{
name: 'Open',