Update notification.js

pull/5384/head
Moqavem 2 months ago committed by GitHub
parent 62537cfad0
commit dcff9d31b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save