Skip to content

Commit 2f1df73

Browse files
committed
style: run lint
1 parent 247c39f commit 2f1df73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/integrations/chatbot/typebot/controllers/typebot.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ export class TypebotController extends ChatbotController implements ChatbotContr
10161016

10171017
if (!listeningFromMe && key.fromMe) {
10181018
return;
1019-
}
1019+
}
10201020

10211021
if (debounceTime && debounceTime > 0) {
10221022
this.processDebounce(this.userMessageDebounce, content, remoteJid, debounceTime, async (debouncedContent) => {

0 commit comments

Comments
 (0)