fix: remove redundant update of is_active flag in notification error handling

This commit is contained in:
2026-05-03 20:22:40 +07:00
parent 452bfed2db
commit b4e2a1e830

View File

@@ -289,13 +289,6 @@ class NotifikasiWaService {
await this.saveReminder(newData, true);
await updateNotificationErrorDb(
id,
{
is_active: false,
}
);
await this.saveLogReminder({
message: `Reminder ${id} berhasil dihapus`
})