Update typebot.service.ts

correção sintaxe
This commit is contained in:
Francis Breit 2023-10-02 06:23:01 -03:00 committed by GitHub
parent 4a7a7c3c50
commit a5e9ecf229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,