mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-05 14:56:29 -06:00
style: run lint
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user