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

Commit 17a0736

Browse files
authored
Merge pull request #326 from ipfs/object/http
remove toString
2 parents bd842f9 + 07dc663 commit 17a0736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http-api/resources/object.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ exports.data = {
160160
}).code(500)
161161
}
162162

163-
return reply(data.toString())
163+
return reply(data)
164164
})
165165
}
166166
}

0 commit comments

Comments
 (0)