From 97ae1069e3fc1d1a06d43b58cf4311ad6621fa02 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sun, 31 May 2026 18:16:28 +0100 Subject: [PATCH] remove line --- src/Simplex/Chat/Library/Commands.hs | 1 - 1 file changed, 1 deletion(-) 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 ()