new(whatsapp.gblib): Auto-create WhatsApp templates from articles in .docx.

This commit is contained in:
Rodrigo Rodriguez 2024-08-10 12:29:32 -03:00
parent 400ec2b706
commit fe8b797454

View file

@ -125,7 +125,7 @@ export class GBServer {
let bypass = false;
let res = err['response'];
if (res) {
if (res?.body?.error?.messages?.startsWith('Failed to send activity: bot timed out')){
if (res?.body?.error?.message?.startsWith('Failed to send activity: bot timed out')){
bypass = true;
}
}