Skip to content

Commit 863461c

Browse files
committed
Fix lint error
1 parent a543657 commit 863461c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/action/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ class ActionClient extends Entity {
523523
// Best-effort remove every goal ID still in the native filter so that
524524
// the subscription reverts to an unfiltered state and future feedback
525525
// is not silently dropped.
526-
for (const [uuid, goalIdBuf] of this._filterGoalIdBuffers) {
526+
for (const [, goalIdBuf] of this._filterGoalIdBuffers) {
527527
try {
528528
rclnodejs.actionConfigureFeedbackSubFilterRemoveGoalId(
529529
this.handle,

0 commit comments

Comments
 (0)