mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-26 10:28:38 -06:00
Update typebot.service.ts
This commit is contained in:
parent
a5ae7caec6
commit
fbd2184585
@ -118,11 +118,10 @@ export class TypebotService {
|
|||||||
prefilledVariables[variable.name] = variable.value;
|
prefilledVariables[variable.name] = variable.value;
|
||||||
});
|
});
|
||||||
// linha incluida por Francis:
|
// linha incluida por Francis:
|
||||||
if (enabled_typebot === true || enabled_typebot !== true && enabled_typebot !== false ) {
|
if (enabled_typebot !== false ) {
|
||||||
|
|
||||||
if (enabled_typebot !== true && enabled_typebot !== false ) {
|
|
||||||
let enabled_typebot = true;
|
let enabled_typebot = true;
|
||||||
}
|
|
||||||
|
|
||||||
const response = await this.createNewSession(instance, {
|
const response = await this.createNewSession(instance, {
|
||||||
url: url,
|
url: url,
|
||||||
|
Loading…
Reference in New Issue
Block a user