mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -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) {
|
if (!listeningFromMe && key.fromMe) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (debounceTime && debounceTime > 0) {
|
if (debounceTime && debounceTime > 0) {
|
||||||
this.processDebounce(this.userMessageDebounce, content, remoteJid, debounceTime, async (debouncedContent) => {
|
this.processDebounce(this.userMessageDebounce, content, remoteJid, debounceTime, async (debouncedContent) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user