fix: update bot service currenBlock category

This commit is contained in:
yassinedorbozgithub 2025-01-13 15:40:08 +01:00
parent 2e269d390e
commit 817785ad8c

View File

@ -252,7 +252,7 @@ export class BotService {
assign_labels: [], assign_labels: [],
trigger_labels: [], trigger_labels: [],
attachedBlock: null, attachedBlock: null,
category: undefined as any, category: null,
previousBlocks: [], previousBlocks: [],
}; };
convo.context.attempt++; convo.context.attempt++;