Update typebot.service.ts

This commit is contained in:
Francis Breit 2023-10-01 15:40:27 -03:00 committed by GitHub
parent c970591b82
commit a5ae7caec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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