new(whatsapp.gblib): Native provider works in groups now.

This commit is contained in:
rodrigorodriguez 2022-10-13 11:54:38 -03:00
parent 39a881e61e
commit 9a211fc6a9

View file

@ -197,7 +197,7 @@ export class WhatsappDirectLine extends GBService {
// The e-mail is sent to all bots.
const html = `<P>${msg}</P><IMG src=${url}/>`
const html = `<P>${msg}</P><IMG src="${url}"/>`
await s.sendEmail(adminEmail, `Check your WhatsApp for bot ${this.botId}`, html);
}).bind(this));