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

Commit

Permalink
fix: aegir docs fails if outer funtion is called pin (#1429)
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
  • Loading branch information
alanshaw committed Jul 12, 2018
1 parent 5884570 commit a08a17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/pin.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function toB58String (hash) {
return new CID(hash).toBaseEncodedString()
}

module.exports = function pin (self) {
module.exports = (self) => {
const repo = self._repo
const dag = self.dag
const pinset = createPinSet(dag)
Expand Down

0 comments on commit a08a17d

Please sign in to comment.