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

Commit

Permalink
chore: uncomment important stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 4, 2019
1 parent 29f9f1f commit 2f84a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/files-mfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = (/** @type { import("../index") } */ ipfs) => {

const methods = {
...methodsOriginal,
// cp: withPreload(methodsOriginal.cp),
cp: withPreload(methodsOriginal.cp),
ls: withPreload(methodsOriginal.ls),
mv: withPreload(methodsOriginal.mv),
read: withPreload(methodsOriginal.read),
Expand Down

0 comments on commit 2f84a08

Please sign in to comment.