fixing body message notification wa
This commit is contained in:
@@ -80,10 +80,10 @@ class NotifikasiWaService {
|
||||
const shortUrl = await shortUrltiny(encodedToken);
|
||||
|
||||
const bodyMessage =
|
||||
`Hai ${dataUser.contact_name || "-"}\n` +
|
||||
`Terjadi kode error ${chanel?.value ?? "-"} ${errorCode?.error_code_name ?? ""}Chanel ${chanel?.chanel_id ?? "-"} ` +
|
||||
`pada device ${deviceNotification?.device_name ?? "berikut"
|
||||
}, Silahkan cek detail pada link berikut:\n` +
|
||||
`Hai ${dataUser.contact_name || "-"},\n` +
|
||||
`Terjadi peringatan dengan kode ${chanel?.value ?? "-"} "${errorCode?.error_code_name ?? ""}", Chanel ${chanel?.chanel_id ?? "-"} ` +
|
||||
`pada device ${deviceNotification?.device_name ?? "berikut"},` +
|
||||
`\nSilahkan cek detail pada link :` +
|
||||
`${shortUrl}`;
|
||||
|
||||
const param = {
|
||||
|
||||
Reference in New Issue
Block a user