fixing notification wa
This commit is contained in:
@@ -234,7 +234,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,
|
||||
|
||||
Reference in New Issue
Block a user