This commit is contained in:
Timothy Jaeryang Baek
2025-01-29 21:56:28 -08:00
parent 33fffd6b1d
commit d6c82939e6
9 changed files with 19 additions and 22 deletions

View File

@@ -51,7 +51,7 @@
models = [];
} else {
const res = await _getModels(localStorage.token).catch((e) => {
toast.error(e);
toast.error(`${e}`);
});
if (res) {
@@ -74,7 +74,7 @@
}, 100);
} else {
const res = await _getVoices(localStorage.token).catch((e) => {
toast.error(e);
toast.error(`${e}`);
});
if (res) {