mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-25 21:15:55 +00:00
Update notification.js
This commit is contained in:
parent
62537cfad0
commit
dcff9d31b6
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ async function applyNotificationEveryMonitor(notificationID, userID) {
|
||||||
let checkNotification = await R.findOne(
|
let checkNotification = await R.findOne(
|
||||||
"monitor_notification",
|
"monitor_notification",
|
||||||
" monitor_id = ? AND notification_id = ? ",
|
" monitor_id = ? AND notification_id = ? ",
|
||||||
[monitors[i].id, notificationID]
|
[ monitors[i].id, notificationID ]
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!checkNotification) {
|
if (!checkNotification) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue