mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-08-03 13:33:12 +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(
|
Persistence(
|
||||||
saveLamport: proc(
|
saveLamport: proc(
|
||||||
channelId: SdsChannelID, lamport: int64
|
channelId: SdsChannelID, lamport: int64
|
||||||
): Future[void] {.async: (raises: []), gcsafe.} =
|
): Future[void] {.async: (raises: []).} =
|
||||||
discard,
|
discard,
|
||||||
appendLogEntry: proc(
|
appendLogEntry: proc(
|
||||||
channelId: SdsChannelID, msg: SdsMessage
|
channelId: SdsChannelID, msg: SdsMessage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user