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

Merged
fachba merged 1 commits from wisdom into main 2026-05-03 13:23:12 +00:00

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`
})