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,