Skip to content

Commit c976e06

Browse files
fix: remove redundant continue
1 parent 179c6cd commit c976e06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/pkg/agent/application/dispatcher/dispatcher.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ func (ad *ActionDispatcher) queueScheduledActions(input []fleetapi.Action, upgra
241241
// there is an upgrade action added to the queue so we need to update the upgrade details
242242
*upgradeDetailsNeedUpdate = true
243243
}
244-
245-
continue
246244
}
247245
return actions
248246
}

0 commit comments

Comments
 (0)