Merge pull request 'fix: update notification error handling to include new update method and improve reminder deletion logic' (#54) from wisdom into main
Reviewed-on: #54
This commit is contained in:
@@ -172,7 +172,7 @@ class NotificationService {
|
||||
if (!notification.is_read) {
|
||||
const updateStatus = await updateNotificationErrorDb(
|
||||
notification_error_id,
|
||||
{ is_read: true }
|
||||
{ is_read: true, is_active: 0 }
|
||||
);
|
||||
|
||||
if (!updateStatus) {
|
||||
|
||||
Reference in New Issue
Block a user