mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 19:32:21 -06:00
fix: lint with npm run lint
This commit is contained in:
@@ -878,7 +878,7 @@ export abstract class BaseChatbotController<BotType = any, BotData extends BaseC
|
||||
// Skip if session exists but not awaiting user input
|
||||
if (session && session.status === 'closed') {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Merged settings
|
||||
const mergedSettings = {
|
||||
|
||||
Reference in New Issue
Block a user