From 0c16b2a3fd1421599175fda91a75d45fba39c95c Mon Sep 17 00:00:00 2001 From: mhmmdafif Date: Mon, 5 Jan 2026 11:31:43 +0700 Subject: [PATCH] add: is_send & updated_at in notif error user at notif error --- db/notification_error.db.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/notification_error.db.js b/db/notification_error.db.js index 9dd53e4..4083818 100644 --- a/db/notification_error.db.js +++ b/db/notification_error.db.js @@ -165,9 +165,9 @@ const getUsersNotificationErrorDb = async (id) => { a.notification_error_user_id, a.contact_phone, a.contact_name, - c.is_active, - c.is_read, - c.updated_at + a.is_send, + a.updated_at, + c.is_active FROM notification_error_user a