From f41d53ea12e174b31514d6d72890da7f7c91816b Mon Sep 17 00:00:00 2001 From: Francis Breit Date: Mon, 2 Oct 2023 05:31:19 -0300 Subject: [PATCH] Update typebot.service.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit correçao enable_typebot --- src/whatsapp/services/typebot.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/whatsapp/services/typebot.service.ts b/src/whatsapp/services/typebot.service.ts index 599546da..43682a1f 100644 --- a/src/whatsapp/services/typebot.service.ts +++ b/src/whatsapp/services/typebot.service.ts @@ -281,8 +281,8 @@ const id = Math.floor(Math.random() * 10000000000).toString(); }); const typebotData = { - // linha incluida por Francis: - enabled: data.enabled_typebot, + // linha incluida por Francis new3: + enabled: true, url: data.url, typebot: data.typebot, expire: data.expire,