We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f21fa commit b6f36adCopy full SHA for b6f36ad
2 files changed
OpenFlowNodeRED/src/nodered/nodes/workflow_nodes.ts
@@ -61,7 +61,7 @@ export class workflow_in_node {
61
}
62
63
async init() {
64
- if (!NoderedUtil.IsNullUndefinded(this.config.name)) {
+ if (NoderedUtil.IsNullUndefinded(this.config.name)) {
65
this.config.name = this.config.queue;
66
67
VERSION
@@ -1 +1 @@
1
-1.0.22
+1.0.23
0 commit comments