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

Commit d51dd95

Browse files
committed
chore: uncomment important stuff
1 parent 575ab0b commit d51dd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/files-mfs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = (/** @type { import("../index") } */ ipfs) => {
5454

5555
const methods = {
5656
...methodsOriginal,
57-
// cp: withPreload(methodsOriginal.cp),
57+
cp: withPreload(methodsOriginal.cp),
5858
ls: withPreload(methodsOriginal.ls),
5959
mv: withPreload(methodsOriginal.mv),
6060
read: withPreload(methodsOriginal.read),

0 commit comments

Comments
 (0)