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