Skip to content

Commit

Permalink
speech: add a sink to requestStream so events are not dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Jul 17, 2017
1 parent 6a6e761 commit f11ac40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/speech/src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ module.exports = () => {
});
}),

requestStream
requestStream,

through.obj()
]);
});

Expand Down

0 comments on commit f11ac40

Please sign in to comment.