Skip to content

Commit

Permalink
refactor(proto): Remove objError from asJson call (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoazevedos authored and mcollina committed Oct 4, 2019
1 parent a9ca301 commit 162c981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proto.js
Expand Up @@ -137,7 +137,7 @@ function write (_obj, msg, num) {
}
}

const s = this[asJsonSym](obj, num, t, objError)
const s = this[asJsonSym](obj, num, t)

const stream = this[streamSym]
if (stream[needsMetadataGsym] === true) {
Expand Down

0 comments on commit 162c981

Please sign in to comment.