From 522128822461b0e31b5788a6bd36ec42b2e97745 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 21 Feb 2024 10:59:40 +0800 Subject: [PATCH] bugfix --- bricks/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/utils.js b/bricks/utils.js index 83641c7..1636250 100755 --- a/bricks/utils.js +++ b/bricks/utils.js @@ -281,7 +281,7 @@ var objcopy = function(obj){ return o; } -var bricks.playResponseAudio = async function(response, target){ +bricks.playResponseAudio = async function(response, target){ var widget = null; if (response.status != 200){ console.log('playResponseAudio(): response.status != 200', response.status);