upd: hapus console log
This commit is contained in:
@@ -149,7 +149,6 @@ function DetailDataPengaduan({
|
||||
type: "success",
|
||||
});
|
||||
|
||||
console.log('wa-logs', resWA.data?.message)
|
||||
if (resWA?.status === 200) {
|
||||
if (resWA.data?.success) {
|
||||
notification({
|
||||
|
||||
@@ -57,8 +57,6 @@ Terima kasih atas partisipasi dan kepercayaan Bapak/Ibu.`
|
||||
},
|
||||
}
|
||||
);
|
||||
console.log('token', process.env.WA_SERVER_TOKEN)
|
||||
console.log('wa-res backend', res)
|
||||
|
||||
if (res.status !== 200)
|
||||
return { success: false, message: "Nomor Whatsapp Tidak Aktif" }
|
||||
|
||||
Reference in New Issue
Block a user