From 8ba8da82500df4263c6c40f871b7d02dc8a10ef0 Mon Sep 17 00:00:00 2001 From: adriano Date: Thu, 15 Dec 2022 14:44:02 -0300 Subject: [PATCH] =?UTF-8?q?Mudan=C3=A7a=20do=20console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/services/WbotServices/StartWhatsAppSession.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/services/WbotServices/StartWhatsAppSession.ts b/backend/src/services/WbotServices/StartWhatsAppSession.ts index 2ecfbc6..05cd425 100644 --- a/backend/src/services/WbotServices/StartWhatsAppSession.ts +++ b/backend/src/services/WbotServices/StartWhatsAppSession.ts @@ -29,7 +29,7 @@ export const StartWhatsAppSession = async (whatsapp: Whatsapp, backupSession: bo if (Object.keys(lstRestore.filter((e: any) => +e.id == +whatsapp.id)).length) { - console.log('kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk: ', whatsapp.id) + console.log('Restore executed by human whatasappId: ', whatsapp.id) } else {