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:
@@ -106,14 +106,14 @@ export const nodeDescription: INodeTypeDescription = {
|
|||||||
{
|
{
|
||||||
displayName: 'Limit',
|
displayName: 'Limit',
|
||||||
name: 'limit',
|
name: 'limit',
|
||||||
type: "number",
|
type: 'number',
|
||||||
default: 0,
|
default: 0,
|
||||||
description: 'Use limit to specify the maximum number of documents or 0 for unlimited documents.',
|
description: 'Use limit to specify the maximum number of documents or 0 for unlimited documents.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Skip',
|
displayName: 'Skip',
|
||||||
name: 'skip',
|
name: 'skip',
|
||||||
type: "number",
|
type: 'number',
|
||||||
default: 0,
|
default: 0,
|
||||||
description: 'The number of documents to skip in the results set.',
|
description: 'The number of documents to skip in the results set.',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user