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

Commit 417abf7

Browse files
committed
fix: remove duplicate param annoation
1 parent e757d58 commit 417abf7

File tree

1 file changed

+0
-1
lines changed
  • packages/ipfs-core/src/components/dag

1 file changed

+0
-1
lines changed

packages/ipfs-core/src/components/dag/put.js

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ const encodingCodes = ({ format, hashAlg }) => ({
107107
* @param {CID} [options.cid]
108108
* @param {number} [options.format]
109109
* @param {number} [options.hashAlg]
110-
* @param options.version
111110
*/
112111
const readVersion = ({ version, cid, format, hashAlg }) => {
113112
// If version is passed just use that.

0 commit comments

Comments
 (0)