Merge pull request #969 from Hexastack/revert-965-964-issue---carousel-show-more-issue
Some checks failed
Build and Push Docker API Image / build-and-push (push) Has been cancelled
Build and Push Docker Base Image / build-and-push (push) Has been cancelled
Build and Push Docker UI Image / build-and-push (push) Has been cancelled

Revert "fix: resolve show more button issue"
This commit is contained in:
Med Marrouchi 2025-05-01 20:27:54 +01:00 committed by GitHub
commit f2b452ae85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -205,14 +205,6 @@ export class BotService {
block.attachedBlock,
);
}
await this.conversationService.storeContextData(
convo,
nextBlock,
event,
false,
);
return await this.triggerBlock(event, convo, nextBlock, fallback);
} else {
this.logger.warn(