Compare commits
2 Commits
c6174c1b99
...
4cfd72aefc
| Author | SHA1 | Date | |
|---|---|---|---|
| 4cfd72aefc | |||
| 452bfed2db |
@@ -172,7 +172,7 @@ class NotificationService {
|
|||||||
if (!notification.is_read) {
|
if (!notification.is_read) {
|
||||||
const updateStatus = await updateNotificationErrorDb(
|
const updateStatus = await updateNotificationErrorDb(
|
||||||
notification_error_id,
|
notification_error_id,
|
||||||
{ is_read: true, is_active: 0 }
|
{ is_read: true}
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!updateStatus) {
|
if (!updateStatus) {
|
||||||
|
|||||||
Reference in New Issue
Block a user