Skip to content

Commit

Permalink
Reverting change made under 7dd3c3d
Browse files Browse the repository at this point in the history
  • Loading branch information
darryncampbell-pubnub committed Apr 22, 2023
1 parent d4f6e97 commit 242a3ac
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 242a3ac

Please sign in to comment.