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

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Oct 28, 2022
1 parent 24a45d2 commit 07ff036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ async function generateCarUploads(filePath, view, chunkSize = 512, profile) {
throw new Error(uploadAddResult?.cause?.message)
}

console.log('upload chunk(s) identifier:\n', roots.map((x) => x.toString()).join('\n'))
console.log('car CIDs:\n', cids.map((x) => x.toString()).join('\n'))
console.log('data CIDs:\n', roots.map((x) => x.toString()).join('\n'))
console.log('upload chunk(s) identifier:\n', cids.map((x) => x.toString()).join('\n'))

if (roots && roots.length) {
console.log(`IPFS Gateway url:\n https://w3s.link/ipfs/${roots[0].toString()}`)
Expand Down

0 comments on commit 07ff036

Please sign in to comment.