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

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

View file

@ -1409,7 +1409,7 @@ export class GBMinService {
if (notes && text && text !== "") {
const sys = new SystemKeywords();
await sys.note({pid, text});
step.context.sendActivity('OK.');
return;
}