👕 Fix lint issue

This commit is contained in:
ahsan-virani 2021-04-14 14:04:59 +02:00
parent 10ba842610
commit d59e6d1c4b

View file

@ -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.',
},