mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-09 01:49:37 -06:00
fix: lint with npm run lint
This commit is contained in:
parent
bc9724a929
commit
cf548eedbe
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user