mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
style: run lint
This commit is contained in:
parent
247c39fe39
commit
2f1df734e0
@ -1016,7 +1016,7 @@ export class TypebotController extends ChatbotController implements ChatbotContr
|
||||
|
||||
if (!listeningFromMe && key.fromMe) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (debounceTime && debounceTime > 0) {
|
||||
this.processDebounce(this.userMessageDebounce, content, remoteJid, debounceTime, async (debouncedContent) => {
|
||||
|
Loading…
Reference in New Issue
Block a user