repair: service & controller notif and notif user

This commit is contained in:
2026-01-07 09:34:59 +07:00
parent f3abaeac39
commit aa7cd2fbaa
5 changed files with 168 additions and 164 deletions

View File

@@ -43,9 +43,6 @@ const sendNotifikasi = async (phone, message) => {
const endPointWhatsapp = process.env.ENDPOINT_WHATSAPP;
const response = await axios.post(endPointWhatsapp, payload, { httpsAgent });
// console.log('response', response);
try {
const response = await axios.post(endPointWhatsapp, payload, { httpsAgent });
// console.log(response.data);