Update notification.js

This commit is contained in:
Moqavem 2024-11-26 23:06:02 +03:30 committed by GitHub
parent 62537cfad0
commit dcff9d31b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -277,7 +277,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) {