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

Commit

Permalink
remove toString
Browse files Browse the repository at this point in the history
  • Loading branch information
nginnever committed Jun 17, 2016
1 parent 78653b3 commit 07dc663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http-api/resources/object.js
Expand Up @@ -160,7 +160,7 @@ exports.data = {
}).code(500)
}

return reply(data.toString())
return reply(data)
})
}
}
Expand Down

0 comments on commit 07dc663

Please sign in to comment.