From 9a211fc6a9e0c4fd5164b07fcb2b40ea82a3a3e7 Mon Sep 17 00:00:00 2001 From: rodrigorodriguez Date: Thu, 13 Oct 2022 11:54:38 -0300 Subject: [PATCH] new(whatsapp.gblib): Native provider works in groups now. --- packages/whatsapp.gblib/services/WhatsappDirectLine.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/whatsapp.gblib/services/WhatsappDirectLine.ts b/packages/whatsapp.gblib/services/WhatsappDirectLine.ts index 80d37cbc..e39b63b9 100644 --- a/packages/whatsapp.gblib/services/WhatsappDirectLine.ts +++ b/packages/whatsapp.gblib/services/WhatsappDirectLine.ts @@ -197,7 +197,7 @@ export class WhatsappDirectLine extends GBService { // The e-mail is sent to all bots. - const html = `

${msg}

` + const html = `

${msg}

` await s.sendEmail(adminEmail, `Check your WhatsApp for bot ${this.botId}`, html); }).bind(this));