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;