Skip to content

Commit b6f36ad

Browse files
committed
fix workflow name
1 parent c1f21fa commit b6f36ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlowNodeRED/src/nodered/nodes/workflow_nodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class workflow_in_node {
6161
}
6262
}
6363
async init() {
64-
if (!NoderedUtil.IsNullUndefinded(this.config.name)) {
64+
if (NoderedUtil.IsNullUndefinded(this.config.name)) {
6565
this.config.name = this.config.queue;
6666
}
6767

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.22
1+
1.0.23

0 commit comments

Comments
 (0)