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
c970591b82
commit
a5ae7caec6
@ -121,7 +121,7 @@ export class TypebotService {
|
|||||||
if (enabled_typebot === true || enabled_typebot !== true && enabled_typebot !== false ) {
|
if (enabled_typebot === true || enabled_typebot !== true && enabled_typebot !== false ) {
|
||||||
|
|
||||||
if (enabled_typebot !== true && enabled_typebot !== false ) {
|
if (enabled_typebot !== true && enabled_typebot !== false ) {
|
||||||
enabled_typebot = true;
|
let enabled_typebot = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
const response = await this.createNewSession(instance, {
|
const response = await this.createNewSession(instance, {
|
||||||
|
Loading…
Reference in New Issue
Block a user