Skip to content

Commit

Permalink
new(whatsapp.gblib): Auto-create WhatsApp templates from articles in …
Browse files Browse the repository at this point in the history
….docx.
  • Loading branch information
Rodrigo Rodriguez committed Aug 10, 2024
1 parent 400ec2b commit fe8b797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit fe8b797

Please sign in to comment.