diff --git a/src/Simplex/Messaging/Agent/Store/Postgres/DB.hs b/src/Simplex/Messaging/Agent/Store/Postgres/DB.hs index 8c49f5098..392972e27 100644 --- a/src/Simplex/Messaging/Agent/Store/Postgres/DB.hs +++ b/src/Simplex/Messaging/Agent/Store/Postgres/DB.hs @@ -70,7 +70,7 @@ withLoggedErrors q action = `E.catch` (\(e :: E.SomeException) -> case E.fromException e :: Maybe SqlError of - Just sqlErr -> E.throwIO sqlErr -- rethrow SqlError without logging + Just sqlErr -> E.throwIO sqlErr -- rethrow SqlError without logging Nothing -> logGenericErrorAndRethrow e ) where