Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelthomas5 committed May 7, 2024
1 parent 0afb621 commit a4033df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/text-to-speech-websockets/nextjs/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ export default function Page() {
});

socket.on('error', (error) => {
console.error(error);

// reconnect on error
socket.disconnect();
socket.connect();
Expand Down

0 comments on commit a4033df

Please sign in to comment.