From 4662e3fec2fe438bc0bb09a05e1eb05c7d7fa78e Mon Sep 17 00:00:00 2001 From: CoolBoy <90319663+CoolClash@users.noreply.github.com> Date: Mon, 5 Dec 2022 22:13:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dnotify.js=E4=B8=AD=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=BE=AE=E7=A7=98=E4=B9=A6=20(#1736)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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(); } }); }