diff --git a/nodes/ExampleNode/ExampleNode.node.ts b/nodes/ExampleNode/ExampleNode.node.ts index dfad49e..df7d60c 100644 --- a/nodes/ExampleNode/ExampleNode.node.ts +++ b/nodes/ExampleNode/ExampleNode.node.ts @@ -29,8 +29,8 @@ export class ExampleNode implements INodeType { default: '', placeholder: 'Placeholder value', description: 'The description text', - } - ] + }, + ], };