diff --git a/internal/model/widget-templates.go b/internal/model/widget-templates.go index d4a93ca..e242c4a 100644 --- a/internal/model/widget-templates.go +++ b/internal/model/widget-templates.go @@ -89,7 +89,7 @@ async function playAudio(audioUrl) { audio.remove() console.log('Воспроизведение остановлено'); }, 5000); - } + }) } function playSpeech(text) {