Skip to content

Commit

Permalink
style: fix formatting issues in chat.tsx file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dakai committed Oct 13, 2024
1 parent 39f5d26 commit afd75e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ function _Chat() {
});
return audioUrl;
} catch (e) {
console.error("[OpenAI Speech]", e);
console.error("[Speech Error]", e);
showToast(prettyObject(e));
setSpeechStatus(false);
} finally {
Expand Down

0 comments on commit afd75e0

Please sign in to comment.