Skip to content

Commit

Permalink
fix: return last cid
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Feb 23, 2024
1 parent e670eac commit 2e29ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unixfs/src/commands/utils/resolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export async function resolve (cid: CID, path: string | undefined, blockstore: B
log('resolved %s to %c', path, lastCid)

return {
cid,
cid:lastCid,
path,
segments
}
Expand Down

0 comments on commit 2e29ff9

Please sign in to comment.