From b2e380a7fa43075e0510ee9f267e1c1481d8b185 Mon Sep 17 00:00:00 2001 From: mm Date: Wed, 30 Oct 2024 10:48:25 +0500 Subject: [PATCH] dev --- internal/model/widget-templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {