wisdom #44

Merged
bragaz_rexita merged 6 commits from wisdom into main 2026-04-13 08:30:07 +00:00
Showing only changes of commit 0ce6a04f97 - Show all commits

View File

@@ -151,7 +151,7 @@ class NotifikasiWaService {
async restartWhatsapp() {
try {
const processName = "Whatsapp-API-notification";
const processName = "Whatsapp-API-notification" && "cod-whatsapp-notif";
const { stdout } = await execPromise("pm2 jlist");
const processes = JSON.parse(stdout);
const waProcess = processes.find((p) => p.name === processName);