Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit f545be3

Browse files
author
Alan Shaw
committed
fix: stream pin output property name is Cid not Hash
1 parent 1861b9a commit f545be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pin/ls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = configure(({ ky }) => {
3636
}
3737
return
3838
}
39-
yield { cid: new CID(pin.Hash), type: pin.Type }
39+
yield { cid: new CID(pin.Cid), type: pin.Type }
4040
}
4141
}
4242
})

0 commit comments

Comments
 (0)