Fix lint warning in steering delivery flow
This commit is contained in:
parent
8647d56b3d
commit
f15f844ad1
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue