refactor: delet default for select

This commit is contained in:
2026-05-25 16:15:57 +03:00
parent b43575f390
commit 43c43673a9
@@ -66,7 +66,6 @@ func (a *AgentConnection) Listen() error {
response := toAgentResponse(x) response := toAgentResponse(x)
ch <- response ch <- response
} }
default:
} }
} }
} }