From 61dca83eb030b39ed59c109d46e50cf710090093 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Mon, 17 Jan 2022 18:29:15 +0100 Subject: [PATCH] :shirt: Fix lint issue --- nodes/ExampleNode/ExampleNode.node.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', - } - ] + }, + ], };