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

@@ -152,7 +152,7 @@ class NotificationErrorUserService {
data.contact_phone,
bodyWithUrl
);
const isSuccess = resultSend?.success ? true : false;
const isSuccess = resultSend.success;
const updateData = {
is_send: isSuccess,