diff --git a/src/Simplex/Chat/Library/Commands.hs b/src/Simplex/Chat/Library/Commands.hs index 529f1caf93..41080f3db0 100644 --- a/src/Simplex/Chat/Library/Commands.hs +++ b/src/Simplex/Chat/Library/Commands.hs @@ -4716,7 +4716,6 @@ processAgentEvent (corrId, entId, AEvt e msg) = run $ case e of where run action = action `catchAllOwnErrors'` eToView' - type AgentSubResult = Map ConnId (Either AgentErrorType ()) cleanupManager :: CM ()