Skip to content

Commit

Permalink
Allow Conversation Workspace Manager Node to be configured dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
chughts committed Oct 8, 2017
1 parent 5730931 commit 1fe07ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/conversation/v1-workspace-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ module.exports = function (RED) {

// All method to be overridden
if (msg.params && msg.params.method) {
method = msg.params.method
method = msg.params.method;
}

username = sUsername || this.credentials.username;
Expand Down

0 comments on commit 1fe07ab

Please sign in to comment.