fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 250bd043a9 - Show all commits

View file

@ -1409,7 +1409,7 @@ export class GBMinService {
step.context.activity['text'] = text; step.context.activity['text'] = text;
const notes = min.core.getParam(min.instance, 'Notes', null); const notes = min.core.getParam(min.instance, 'Notes', null);
if (notes) { if (notes && text && text !== "") {
const sys = new SystemKeywords(); const sys = new SystemKeywords();
await sys.note({pid, text}); await sys.note({pid, text});