mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
style: fix formatting issues in chat.tsx file
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user