mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
👕 Fix lint issue
This commit is contained in:
parent
10ba842610
commit
d59e6d1c4b
|
@ -106,14 +106,14 @@ export const nodeDescription: INodeTypeDescription = {
|
|||
{
|
||||
displayName: 'Limit',
|
||||
name: 'limit',
|
||||
type: "number",
|
||||
type: 'number',
|
||||
default: 0,
|
||||
description: 'Use limit to specify the maximum number of documents or 0 for unlimited documents.',
|
||||
},
|
||||
{
|
||||
displayName: 'Skip',
|
||||
name: 'skip',
|
||||
type: "number",
|
||||
type: 'number',
|
||||
default: 0,
|
||||
description: 'The number of documents to skip in the results set.',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue