mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): resolve block local fallback issue
This commit is contained in:
parent
de8f34c7c9
commit
5be637fd30
@ -275,7 +275,6 @@ export class BotService {
|
||||
!matchedBlock &&
|
||||
event.getMessageType() === IncomingMessageType.message &&
|
||||
fallbackOptions.active &&
|
||||
convo.context?.attempt &&
|
||||
convo.context.attempt < fallbackOptions.max_attempts
|
||||
) {
|
||||
// Trigger block fallback
|
||||
|
Loading…
Reference in New Issue
Block a user