Skip to content

Commit 93b1ccc

Browse files
mjycchris-smith
authored andcommitted
Rename 2nd _statusPub for better readability (#50)
1 parent 9a63e11 commit 93b1ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/ActionClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ActionClient extends EventEmitter {
5555
(msg) => { this._handleFeedback(msg); },
5656
{ queueSize: 1 } );
5757

58-
this._statusSub = nh.subscribe(this._actionServer + '/result',
58+
this._resultSub = nh.subscribe(this._actionServer + '/result',
5959
this._actionType + 'Result',
6060
(msg) => { this._handleResult(msg); },
6161
{ queueSize: 1 } );

0 commit comments

Comments
 (0)