Skip to content

Commit

Permalink
Merge pull request #12 from darryncampbell-pubnub/master
Browse files Browse the repository at this point in the history
Reverting change made under #11
  • Loading branch information
stephenlb authored Apr 22, 2023
2 parents d4f6e97 + 242a3ac commit cbc6bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/subtitles.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function main() {

// Continuous Listening
spoken.listen.on.end(listen);
spoken.listen.on.error(spoken.listen.on.end({}));
spoken.listen.on.error(listen);

// Search Giphy Image
spoken.listen.on.partial(candidate);
Expand Down

0 comments on commit cbc6bbf

Please sign in to comment.