style: fix formatting issues in chat.tsx file

This commit is contained in:
dakai 2024-10-14 02:34:49 +08:00
parent 39f5d263f9
commit afd75e027d

View File

@ -1245,7 +1245,7 @@ function _Chat() {
}); });
return audioUrl; return audioUrl;
} catch (e) { } catch (e) {
console.error("[OpenAI Speech]", e); console.error("[Speech Error]", e);
showToast(prettyObject(e)); showToast(prettyObject(e));
setSpeechStatus(false); setSpeechStatus(false);
} finally { } finally {