mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -235,7 +235,7 @@ export const caseFields = [
|
||||
],
|
||||
operation: [
|
||||
'update',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Id of case that needs to be fetched',
|
||||
@@ -406,7 +406,7 @@ export const caseFields = [
|
||||
],
|
||||
operation: [
|
||||
'get',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Id of case that needs to be fetched',
|
||||
@@ -427,7 +427,7 @@ export const caseFields = [
|
||||
],
|
||||
operation: [
|
||||
'delete',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Id of case that needs to be fetched',
|
||||
@@ -500,7 +500,7 @@ export const caseFields = [
|
||||
default: '',
|
||||
description: 'Fields to include separated by ,',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -519,7 +519,7 @@ export const caseFields = [
|
||||
],
|
||||
operation: [
|
||||
'addComment',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Id of case that needs to be fetched',
|
||||
@@ -558,6 +558,6 @@ export const caseFields = [
|
||||
default: false,
|
||||
description: 'Indicates whether the CaseComment is visible to customers in the Self-Service portal (true) or not (false). ',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
] as INodeProperties[];
|
||||
|
||||
Reference in New Issue
Block a user