Skip to content

Commit

Permalink
Update helpers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored Jul 17, 2017
1 parent 7e0bf87 commit fe69bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/speech/src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = () => {

// Set up appropriate piping between the stream returned by
// the underlying API method and the one that we return.
this.setPipeline([
recognizeStream.setPipeline([
// Format the user's input.
// This entails that the user sends raw audio; it is wrapped in
// the appropriate request structure.
Expand Down

0 comments on commit fe69bcc

Please sign in to comment.