Skip to content

Commit 4b17fbe

Browse files
committed
fix undefined
1 parent 714e360 commit 4b17fbe

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

OpenFlowNodeRED/src/nodered/nodes/workflow_nodes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export class workflow_in_node {
6969
wf._type = "workflow";
7070
wf.name = this.config.name;
7171
(wf as any).queue = queue;
72-
wf.addRight(role._id, role.name, [-1]);
7372
this.workflow = await NoderedUtil.InsertOne("workflow", { _type: "workflow", "queue": queue, "name": this.config.name }, 0, false, null);
7473
} else {
7574
this.workflow = res[0];

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.465
1+
0.0.466

0 commit comments

Comments
 (0)