fix(api): apply feedback

This commit is contained in:
yassinedorbozgithub 2025-05-15 12:04:26 +01:00
parent b208afb508
commit 775c6c2885

View File

@ -124,7 +124,7 @@ export class ConversationService extends BaseService<
);
profile.context.vars[capture.context_var] = contextValue;
}
convo.context!.vars[capture.context_var] = contextValue;
convo.context.vars[capture.context_var] = contextValue;
}
});
}