repair: service & controller notif and notif user
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user