Skip to content

Commit

Permalink
fix: return on insert error (#2956)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos authored Aug 12, 2024
1 parent 4d47aa6 commit 5f0fbd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions waku/waku_archive/archive.nim
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ proc handleMessage*(
contentTopic = msg.contentTopic,
timestamp = msg.timestamp,
error = error
return

trace "message archived",
hash_hash = msgHash.to0xHex(),
Expand Down

0 comments on commit 5f0fbd7

Please sign in to comment.