fixing notification wa

This commit is contained in:
2026-01-12 13:11:45 +07:00
parent 47c99c878a
commit 31dbaaaadf
5 changed files with 28 additions and 20 deletions

View File

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