Update typebot.service.ts

correçao enable_typebot
This commit is contained in:
Francis Breit 2023-10-02 05:31:19 -03:00 committed by GitHub
parent 4a7a7c3c50
commit f41d53ea12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,8 +281,8 @@ const id = Math.floor(Math.random() * 10000000000).toString();
}); });
const typebotData = { const typebotData = {
// linha incluida por Francis: // linha incluida por Francis new3:
enabled: data.enabled_typebot, enabled: true,
url: data.url, url: data.url,
typebot: data.typebot, typebot: data.typebot,
expire: data.expire, expire: data.expire,