Skip to content

Commit

Permalink
small change to kick ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Dec 11, 2023
1 parent a87e736 commit 3bbd1e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ async function create ({ bytes, cid, hasher, codec }) {
if (!binary.equals(cid.multihash.bytes, hash.bytes)) {
throw new Error('CID hash does not match bytes')
}

return createUnsafe({
bytes,
cid,
Expand Down

0 comments on commit 3bbd1e2

Please sign in to comment.