mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
[Eliminate Blocking] Real Browser Monitor + Check Apprise (#5924)
This commit is contained in:
+1
-1
@@ -1503,7 +1503,7 @@ let needSetup = false;
|
||||
socket.on("checkApprise", async (callback) => {
|
||||
try {
|
||||
checkLogin(socket);
|
||||
callback(Notification.checkApprise());
|
||||
callback(await Notification.checkApprise());
|
||||
} catch (e) {
|
||||
callback(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user