Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: remove duplicate param annoation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Nov 1, 2020
1 parent e757d58 commit 417abf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ipfs-core/src/components/dag/put.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ const encodingCodes = ({ format, hashAlg }) => ({
* @param {CID} [options.cid]
* @param {number} [options.format]
* @param {number} [options.hashAlg]
* @param options.version
*/
const readVersion = ({ version, cid, format, hashAlg }) => {
// If version is passed just use that.
Expand Down

0 comments on commit 417abf7

Please sign in to comment.