new (basic.gbapp): NOTE keyword.

This commit is contained in:
Rodrigo Rodriguez 2023-08-22 11:01:25 -03:00
parent 8f9bde6417
commit 543b572c34

View file

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