diff --git a/services/notification_error.service.js b/services/notification_error.service.js index 5ee8686..5de772f 100644 --- a/services/notification_error.service.js +++ b/services/notification_error.service.js @@ -172,7 +172,7 @@ class NotificationService { if (!notification.is_read) { const updateStatus = await updateNotificationErrorDb( notification_error_id, - { is_read: true, is_active: 0 } + { is_read: true} ); if (!updateStatus) {