From 1fc99ad8e6bf1a260338bcf59a0e88f9582d9f9f Mon Sep 17 00:00:00 2001 From: Woutverheijen Date: Thu, 16 Oct 2025 11:44:00 +0200 Subject: [PATCH] test --- src/nodeClass.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nodeClass.js b/src/nodeClass.js index d49657a..3eecce0 100644 --- a/src/nodeClass.js +++ b/src/nodeClass.js @@ -18,6 +18,8 @@ class nodeClass { */ constructor(uiConfig, RED, nodeInstance, nameOfNode) { + + //test // Preserve RED reference for HTTP endpoints if needed this.node = nodeInstance; this.RED = RED;