Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

fix: add support for protobuf in object.put #272

Merged
merged 1 commit into from
May 13, 2016
Merged

Conversation

dignifiedquire
Copy link
Contributor

@@ -68,21 +68,24 @@ module.exports = (send) => {
}
const enc = options.enc || 'json'

send('object/put', enc, null, buf, (err, result) => {
send('object/put', null, {inputenc: enc}, buf, (err, result) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sweet! Thank you (we've been passing enc as just enc for ages)

@daviddias daviddias merged commit 0711284 into master May 13, 2016
@daviddias daviddias deleted the object-proto branch May 13, 2016 20:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants