fixing body message notification wa
This commit is contained in:
@@ -21,7 +21,8 @@ const getNotificationByIdDb = async (id) => {
|
||||
d.device_name,
|
||||
d.device_location,
|
||||
d.listen_channel,
|
||||
e.brand_name
|
||||
e.brand_name,
|
||||
e.brand_id
|
||||
|
||||
FROM notification_error a
|
||||
|
||||
|
||||
@@ -67,7 +67,9 @@ const getNotificationErrorUserByIdDb = async (id) => {
|
||||
d.error_code,
|
||||
d.error_code_name,
|
||||
|
||||
e.device_name
|
||||
e.device_name,
|
||||
|
||||
c.error_chanel as chanel_id
|
||||
|
||||
FROM notification_error_user a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user