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
f7a943f9e3
commit
c970591b82
@ -120,6 +120,10 @@ export class TypebotService {
|
||||
// linha incluida por Francis:
|
||||
if (enabled_typebot === true || enabled_typebot !== true && enabled_typebot !== false ) {
|
||||
|
||||
if (enabled_typebot !== true && enabled_typebot !== false ) {
|
||||
enabled_typebot = true;
|
||||
}
|
||||
|
||||
const response = await this.createNewSession(instance, {
|
||||
url: url,
|
||||
// linha incluida por Francis:
|
||||
|
Loading…
Reference in New Issue
Block a user