From 8ec14c3f5e804e39a2e4cbf3936519b7c333c68b Mon Sep 17 00:00:00 2001 From: CoolBoy <90319663+CoolClash@users.noreply.github.com> Date: Mon, 5 Dec 2022 21:19:30 +0800 Subject: [PATCH] Update notify.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复“智能微秘书” - aibotkNotify 函数未resolve问题 --- sample/notify.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sample/notify.js b/sample/notify.js index 8eb4c7ef..f8fe0a7b 100644 --- a/sample/notify.js +++ b/sample/notify.js @@ -980,6 +980,8 @@ function aibotkNotify(text, desp) { resolve(data); } }); + } else { + resolve(); } }); }