Skip to content

Commit cf548ee

Browse files
author
Josias Maceda
committed
fix: lint with npm run lint
1 parent bc9724a commit cf548ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/integrations/chatbot/base-chatbot.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ export abstract class BaseChatbotController<BotType = any, BotData extends BaseC
878878
// Skip if session exists but not awaiting user input
879879
if (session && session.status === 'closed') {
880880
return;
881-
}
881+
}
882882

883883
// Merged settings
884884
const mergedSettings = {

0 commit comments

Comments
 (0)