Fix lint warning in steering delivery flow

This commit is contained in:
Dmitrii Balabanov 2026-03-23 10:07:08 +02:00
parent 8647d56b3d
commit f15f844ad1

View file

@ -553,7 +553,6 @@ func (al *AgentLoop) Run(ctx context.Context) error {
if al.pendingSteeringCountForScope(target.SessionKey) > 0 &&
!responsePersisted && response.Content != "" && response.OnDelivered != nil {
response.OnDelivered(nil)
responsePersisted = true
}
for al.pendingSteeringCountForScope(target.SessionKey) > 0 {