fix: return on insert error (#2956)

This commit is contained in:
richΛrd 2024-08-11 21:35:04 -04:00 committed by GitHub
parent 696587fdac
commit 71946b911f

View File

@ -97,6 +97,7 @@ proc handleMessage*(
contentTopic = msg.contentTopic,
timestamp = msg.timestamp,
error = error
return
trace "message archived",
hash_hash = msgHash.to0xHex(),