We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3bcbe commit a1d9ce4Copy full SHA for a1d9ce4
1 file changed
src/actions/ClientGoalHandle.js
@@ -83,7 +83,7 @@ class ClientGoalHandle extends EventEmitter {
83
return;
84
}
85
86
- this._actionClient.cancel(this._goal.goal_id.id, { secs: 0, nsecs: 0 });
+ this._clientInterface.cancel(this._goal.goal_id.id, { secs: 0, nsecs: 0 });
87
this._transition(CommState.WAITING_FOR_CANCEL_ACK);
88
89
0 commit comments