Skip to content

Commit

Permalink
Call correct method for changeGroup, refs noflo/noflo-ui#1032
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 18, 2020
1 parent a13c16b commit 293321b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/Graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ class GraphProtocol extends EventEmitter {
this.send('error', new Error('No name or metadata supplied'), context);
return;
}
graph.setEdgeMetadata(payload.name, payload.metadata);
graph.setGroupMetadata(payload.name, payload.metadata);
}
}

Expand Down

0 comments on commit 293321b

Please sign in to comment.