mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 08:23:08 +00:00
fix: return on insert error (#2956)
This commit is contained in:
parent
696587fdac
commit
71946b911f
@ -97,6 +97,7 @@ proc handleMessage*(
|
||||
contentTopic = msg.contentTopic,
|
||||
timestamp = msg.timestamp,
|
||||
error = error
|
||||
return
|
||||
|
||||
trace "message archived",
|
||||
hash_hash = msgHash.to0xHex(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user