fix: lint with npm run lint

This commit is contained in:
Josias Maceda 2025-09-09 14:19:54 -03:00
parent bc9724a929
commit cf548eedbe

View File

@ -878,7 +878,7 @@ export abstract class BaseChatbotController<BotType = any, BotData extends BaseC
// Skip if session exists but not awaiting user input
if (session && session.status === 'closed') {
return;
}
}
// Merged settings
const mergedSettings = {