From 9cd5f96fe4bd69942c609f5b475c7344d32ab341 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Fri, 30 Sep 2022 12:36:21 +0100 Subject: [PATCH] import --- src/Simplex/Messaging/Agent.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simplex/Messaging/Agent.hs b/src/Simplex/Messaging/Agent.hs index 2e0107d74..baf4d6825 100644 --- a/src/Simplex/Messaging/Agent.hs +++ b/src/Simplex/Messaging/Agent.hs @@ -77,7 +77,7 @@ module Simplex.Messaging.Agent ) where -import Control.Concurrent.STM (stateTVar) +import Control.Concurrent.STM (flushTBQueue, stateTVar) import Control.Logger.Simple (logInfo, showText) import Control.Monad.Except import Control.Monad.IO.Unlift (MonadUnliftIO)