Skip to content

Commit

Permalink
DEV-3703
Browse files Browse the repository at this point in the history
  • Loading branch information
i.navrotskyj committed Jul 23, 2024
1 parent a507ded commit a0a0088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion queue/call_predict.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ func (queue *PredictCallQueue) runOfferingAgents(attempt *Attempt, mCall call_ma
team.Offering(attempt, agent, agentCall, mCall)

case call_manager.CALL_STATE_ACCEPT:
attempt.Emit(AttemptHookBridgedAgent, agentCall.Id())
if queue.bridgeSleep > 0 {
time.Sleep(queue.bridgeSleep)
}
Expand Down

0 comments on commit a0a0088

Please sign in to comment.