We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a543657 commit 863461cCopy full SHA for 863461c
1 file changed
lib/action/client.js
@@ -523,7 +523,7 @@ class ActionClient extends Entity {
523
// Best-effort remove every goal ID still in the native filter so that
524
// the subscription reverts to an unfiltered state and future feedback
525
// is not silently dropped.
526
- for (const [uuid, goalIdBuf] of this._filterGoalIdBuffers) {
+ for (const [, goalIdBuf] of this._filterGoalIdBuffers) {
527
try {
528
rclnodejs.actionConfigureFeedbackSubFilterRemoveGoalId(
529
this.handle,
0 commit comments