mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-19 03:54:49 -04:00
lint
This commit is contained in:
parent
e8fada9386
commit
80bdc455da
2 changed files with 5 additions and 9 deletions
|
@ -247,7 +247,7 @@ async function applyNotificationEveryMonitor(notificationID, userID) {
|
|||
let checkNotification = await R.findOne(
|
||||
"monitor_notification",
|
||||
" monitor_id = ? AND notification_id = ? ",
|
||||
[monitors[i].id, notificationID]
|
||||
[ monitors[i].id, notificationID ]
|
||||
);
|
||||
|
||||
if (!checkNotification) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue