Merge pull request 'fix: remove redundant update of is_active flag in notification error handling' (#57) from wisdom into main
Reviewed-on: #57
This commit is contained in:
@@ -289,13 +289,6 @@ class NotifikasiWaService {
|
|||||||
|
|
||||||
await this.saveReminder(newData, true);
|
await this.saveReminder(newData, true);
|
||||||
|
|
||||||
await updateNotificationErrorDb(
|
|
||||||
id,
|
|
||||||
{
|
|
||||||
is_active: false,
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
await this.saveLogReminder({
|
await this.saveLogReminder({
|
||||||
message: `Reminder ${id} berhasil dihapus`
|
message: `Reminder ${id} berhasil dihapus`
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user