mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -180,13 +180,13 @@ export const issueFields = [
|
||||
options: [
|
||||
{
|
||||
name: '14 Days',
|
||||
value: '14d'
|
||||
value: '14d',
|
||||
},
|
||||
{
|
||||
name: '24 Hours',
|
||||
value: '24h'
|
||||
value: '24h',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Short ID lookup',
|
||||
@@ -195,7 +195,7 @@ export const issueFields = [
|
||||
default: true,
|
||||
description: 'If this is set to true then short IDs are looked up by this function as well. This can cause the return value of the function to return an event issue of a different project which is why this is an opt-in',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* issue:update */
|
||||
@@ -279,22 +279,22 @@ export const issueFields = [
|
||||
options: [
|
||||
{
|
||||
name: 'Ignored',
|
||||
value: 'ignored'
|
||||
value: 'ignored',
|
||||
},
|
||||
{
|
||||
name: 'Resolved',
|
||||
value: 'resolved'
|
||||
value: 'resolved',
|
||||
},
|
||||
{
|
||||
name: 'Resolved Next Release',
|
||||
value: 'resolvedInNextRelease'
|
||||
value: 'resolvedInNextRelease',
|
||||
},
|
||||
{
|
||||
name: 'Unresolved',
|
||||
value: 'unresolved'
|
||||
value: 'unresolved',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
] as INodeProperties[];
|
||||
|
||||
Reference in New Issue
Block a user