From 3d2bf6ce4324a41844525fa1fb2650d0eb45985b Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Fri, 25 Jul 2025 13:24:08 +0400 Subject: [PATCH] comment --- src/Simplex/Messaging/Agent/Store/Postgres/DB.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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