mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-07-02 13:59:41 +00:00
Apply suggestion from @Ivansete-status
Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
parent
8ae1a60912
commit
e1da957331
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user