fixing is delivered notification wa

This commit is contained in:
2026-01-12 14:35:17 +07:00
parent 31dbaaaadf
commit 890a88447e
4 changed files with 33 additions and 17 deletions

View File

@@ -234,7 +234,7 @@ class NotificationService {
console.log("notifikasi wa:", resultSend)
const isSuccess = resultSend?.success ? true : false;
const isSuccess = resultSend.success;
await updateNotificationErrorDb(user.notification_error_id, {
is_send: isSuccess,