This commit is contained in:
Hoan HL
2025-11-27 16:46:52 +07:00
parent c6ce0d968e
commit 79e140cb20

View File

@@ -87,7 +87,6 @@ class TaskTranscribe extends SttTask {
async exec(cs, obj) {
try {
this.hasFallbackAsrFromStart = cs.hasFallbackAsr;
await this.handling(cs, obj);
} catch (error) {
if (error instanceof SpeechCredentialError) {