From b4e2a1e830a9b7fd0a15ab3765e0e77b9c0daaa5 Mon Sep 17 00:00:00 2001 From: Fachba Date: Sun, 3 May 2026 20:22:40 +0700 Subject: [PATCH] fix: remove redundant update of is_active flag in notification error handling --- services/notifikasi-wa.service.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/services/notifikasi-wa.service.js b/services/notifikasi-wa.service.js index afa2e74..fa88d8d 100644 --- a/services/notifikasi-wa.service.js +++ b/services/notifikasi-wa.service.js @@ -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` }) -- 2.49.1