new(whatsapp.gblib): Auto-create WhatsApp templates from articles in .docx.
This commit is contained in:
parent
400ec2b706
commit
fe8b797454
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ export class GBServer {
|
||||||
let bypass = false;
|
let bypass = false;
|
||||||
let res = err['response'];
|
let res = err['response'];
|
||||||
if (res) {
|
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;
|
bypass = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue