Merge pull request 'fixing is delivered notification wa' (#41) from wisdom into main

Reviewed-on: #41
This commit is contained in:
2026-01-12 07:37:34 +00:00
4 changed files with 33 additions and 17 deletions

View File

@@ -235,7 +235,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,