Fix conditional rendering in

OtherBotSettings.svelte

Signed-off-by: hashcoko <hashcoko@gmail.com>
This commit is contained in:
hashcoko
2023-11-28 03:57:09 +09:00
parent 5983e3883f
commit 70adcedc46
2 changed files with 1 additions and 2 deletions

View File

@@ -159,7 +159,6 @@ export async function sayTTS(character:character,text:string) {
});
} else {
alertError("Error fetching or decoding audio data");
console.log(response);
}
break;
}