This commit is contained in:
Humberto Evans
2024-02-12 16:31:58 -08:00
parent e8fada9386
commit 80bdc455da
2 changed files with 5 additions and 9 deletions

View File

@@ -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) {