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

Commit a08a17d

Browse files
authored
fix: aegir docs fails if outer funtion is called pin (#1429)
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 5884570 commit a08a17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/pin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function toB58String (hash) {
1919
return new CID(hash).toBaseEncodedString()
2020
}
2121

22-
module.exports = function pin (self) {
22+
module.exports = (self) => {
2323
const repo = self._repo
2424
const dag = self.dag
2525
const pinset = createPinSet(dag)

0 commit comments

Comments
 (0)