From fe8b7974549e905f985fc5e51eaee97825d7688d Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 10 Aug 2024 12:29:32 -0300 Subject: [PATCH] new(whatsapp.gblib): Auto-create WhatsApp templates from articles in .docx. --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index fd1c29b1..2f0b7ca3 100644 --- a/src/app.ts +++ b/src/app.ts @@ -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; } }