Merge pull request 'fixing notification wa' (#40) from wisdom into main

Reviewed-on: #40
This commit is contained in:
2026-01-12 06:12:26 +00:00
5 changed files with 28 additions and 20 deletions

View File

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