mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
👕 Fix lint issue
This commit is contained in:
parent
10ba842610
commit
d59e6d1c4b
|
@ -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.',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue