Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
FIXME fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 30, 2020
1 parent b1668bc commit a2cd900
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion car.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ async function writeStream (multiformats, stream) {
return new CarDatastore(multiformats, reader, writer)
}

<<<<<<< HEAD
async function traverseBlock (block, get, car, concurrency = 1, seen = new Set()) {
const cid = await block.cid()
await car.put(cid, block.encodeUnsafe())
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"bl": "^4.0.2",
"cids": "^0.8.0",
"garbage": "0.0.0",
"hundreds": "0.0.7",
"hundreds": "0.0.2",
"ipld-dag-pb": "^0.18.5",
"jsdoc4readme": "^1.3.0",
Expand Down

0 comments on commit a2cd900

Please sign in to comment.