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