From e1da957331ff1db6500988d8a8317c6f53957b5d Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Fri, 22 May 2026 16:33:01 +0200 Subject: [PATCH] Apply suggestion from @Ivansete-status Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> --- sds/types/persistence.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sds/types/persistence.nim b/sds/types/persistence.nim index 42b51ba..8dd1f79 100644 --- a/sds/types/persistence.nim +++ b/sds/types/persistence.nim @@ -118,7 +118,7 @@ proc noOpPersistence*(): Persistence = Persistence( saveLamport: proc( channelId: SdsChannelID, lamport: int64 - ): Future[void] {.async: (raises: []), gcsafe.} = + ): Future[void] {.async: (raises: []).} = discard, appendLogEntry: proc( channelId: SdsChannelID, msg: SdsMessage