diff --git a/src/core/components/pin.js b/src/core/components/pin.js index b9a60b7f75..c6f6cc9696 100644 --- a/src/core/components/pin.js +++ b/src/core/components/pin.js @@ -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)