Merge pull request 'upd: hapus console log' (#106) from amalia/08-jan-26 into main
Reviewed-on: http://wibugit.wibudev.com/wibu/jenna-mcp/pulls/106
This commit is contained in:
@@ -149,7 +149,6 @@ function DetailDataPengaduan({
|
|||||||
type: "success",
|
type: "success",
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log('wa-logs', resWA.data?.message)
|
|
||||||
if (resWA?.status === 200) {
|
if (resWA?.status === 200) {
|
||||||
if (resWA.data?.success) {
|
if (resWA.data?.success) {
|
||||||
notification({
|
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)
|
if (res.status !== 200)
|
||||||
return { success: false, message: "Nomor Whatsapp Tidak Aktif" }
|
return { success: false, message: "Nomor Whatsapp Tidak Aktif" }
|
||||||
|
|||||||
Reference in New Issue
Block a user