From a5bf3ae44244a5d887022bdb2d2cb992e8cca3a0 Mon Sep 17 00:00:00 2001 From: Francis Breit Date: Mon, 2 Oct 2023 06:25:22 -0300 Subject: [PATCH] Update typebot.service.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit correção sintaxe --- src/whatsapp/services/typebot.service.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/whatsapp/services/typebot.service.ts b/src/whatsapp/services/typebot.service.ts index 599546da..58729a8d 100644 --- a/src/whatsapp/services/typebot.service.ts +++ b/src/whatsapp/services/typebot.service.ts @@ -201,8 +201,8 @@ const id = Math.floor(Math.random() * 10000000000).toString(); typebot: { ...instance, typebot: { - // linha incluida por Francis: - enabled_typebot: enabled_typebot, + // linha incluida por Francis neu 4: + // enabled_typebot: enabled_typebot, url: url, remoteJid: remoteJid, typebot: typebot, @@ -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 new4: + // enabled: data.enabled_typebot, url: data.url, typebot: data.typebot, expire: data.expire,