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 4d47aa655f
commit 5f0fbd78c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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