Update notify.js

修复“智能微秘书” - aibotkNotify 函数未resolve问题
This commit is contained in:
CoolBoy 2022-12-05 21:19:30 +08:00 committed by GitHub
parent 10fab9d415
commit 8ec14c3f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -980,6 +980,8 @@ function aibotkNotify(text, desp) {
resolve(data);
}
});
} else {
resolve();
}
});
}