fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 9a211fc6a9 - Show all commits

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));