mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -131,7 +131,7 @@ export const streamFields = [
|
||||
required: true,
|
||||
default: '',
|
||||
description: 'Description of Subscription.',
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -205,7 +205,7 @@ export const streamFields = [
|
||||
required: true,
|
||||
default: '',
|
||||
description: 'Principal email address.',
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -220,21 +220,21 @@ export const streamFields = [
|
||||
{
|
||||
name: '1',
|
||||
value: 1,
|
||||
description: 'Any user can post.'
|
||||
description: 'Any user can post.',
|
||||
},
|
||||
{
|
||||
name: '2',
|
||||
value: 2,
|
||||
description: 'Only administrators can post.'
|
||||
description: 'Only administrators can post.',
|
||||
},
|
||||
{
|
||||
name: '3',
|
||||
value: 3,
|
||||
description: 'Only new members can post.'
|
||||
description: 'Only new members can post.',
|
||||
},
|
||||
],
|
||||
}
|
||||
]
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -292,7 +292,7 @@ export const streamFields = [
|
||||
default: true,
|
||||
description: 'Include all streams that the user is subscribed to.',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -321,8 +321,8 @@ export const streamFields = [
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
description: 'Whether each returned stream object should include a subscribers field containing a list of the user IDs of its subscribers.',
|
||||
}
|
||||
]
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -421,7 +421,7 @@ export const streamFields = [
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The new description for the stream.',
|
||||
placeholder: 'Place of discussion'
|
||||
placeholder: 'Place of discussion',
|
||||
},
|
||||
{
|
||||
displayName: 'Is Private',
|
||||
@@ -443,7 +443,7 @@ export const streamFields = [
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The new name for the stream.',
|
||||
placeholder: 'Italy'
|
||||
placeholder: 'Italy',
|
||||
},
|
||||
{
|
||||
displayName: 'Stream Post Policy',
|
||||
@@ -455,21 +455,21 @@ export const streamFields = [
|
||||
{
|
||||
name: '1',
|
||||
value: 1,
|
||||
description: 'Any user can post.'
|
||||
description: 'Any user can post.',
|
||||
},
|
||||
{
|
||||
name: '2',
|
||||
value: 2,
|
||||
description: 'Only administrators can post.'
|
||||
description: 'Only administrators can post.',
|
||||
},
|
||||
{
|
||||
name: '3',
|
||||
value: 3,
|
||||
description: 'Only new members can post.'
|
||||
description: 'Only new members can post.',
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* stream:delete */
|
||||
|
||||
Reference in New Issue
Block a user